@media all and (min-width: 1px) and (max-width: 767px)
{ 
    :root 
    {
        --button_padding: 8px 20px 8px 20px;
    }
    
    .ag_container 
    {
        
        color: #FFFFFF;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;

        width: 100%;
        /* min-height: 100vh;  /* fallback */
        min-height: 100svh; /* safe height on mobile override */
        font-size: 14px;

        box-sizing: border-box;
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;    
        padding-bottom: 20px;
        display: flex;
        align-items: center;
        
        overflow-y: auto;
        
        transition: all 0.3s ease-in;
    }
    
    .ag_section
    {
        color: #000000;
        
        scrollbar-width: none;
        -ms-overflow-style: none;    
        
        background-color: #fff;
        flex-direction: column;
        
        max-width: 640px;
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        
        box-sizing: border-box;
        padding-top: 24px;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 24px;
        
        font-size: 1em;
        display: flex;
        overflow-y: auto;
    }
    
    .ag_logo
    {
        width: unset;
        height: 70px;
        border: 0px none;
        
    }
    
    .ag_confirmation_checkbox_label
    {
        font-family: "BrandonGrotesqueWeb-Black", sans-serif !important;
        line-height: 1.25;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: unset;
        color: #6D6E71;
        cursor: pointer;
    }
    
    .ag_content_container
    {
        width: 100%;
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
        text-align: left;
        line-height: 1.25;
        font-size: 14px;
    }

    .ag_confirmation_container 
    {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 20px;
        margin-top: 50px;
    }

    .ag_confirmation_checkbox_container
    {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 20px;
    }

    .ag_confirmation_checkbox
    {


      appearance: none;
      -webkit-appearance: none;

      border: 2px solid #6D6E71;
      border-radius: 4px;    
        
        width: 26px;
        min-width: 26px;
        min-height: 26px;
        margin: 0px;
        box-sizing: border-box;
        cursor: pointer;
          position: relative;
    }

    .ag_confirmation_checkbox:checked {
      background: #6D6E71;
      border-color: #6D6E71;
    }

    .ag_confirmation_checkbox:checked::after {
      content: "";
      position: absolute;

      width: 6px;
      height: 11px;

      left: 6px;
      top: 2px;

      border: solid #fff;
      border-width: 0 3px 3px 0;

      transform: rotate(45deg);
    }
    

    .toggle-button {
      padding: 8px 16px;
      border: 0;
      background: #f2f2f2;
      color: #222;
      cursor: pointer;
      
      font-family: 'BrandonGrotesqueWeb-Regular', sans-serif !important;
      font-style: normal !important;
      font-weight: 400 !important;
      font-size: var(--text_size_btn) !important;
      text-transform: uppercase;
    }

    .toggle-button + .toggle-button {
      border-left: 1px solid #999;
    }

    .toggle-button:hover {
      background: #e5e5e5;
    }

    .toggle-button.is-active {
      background: #00B9AD;
      color: #fff;
    }

    .toggle-button:focus-visible {
      outline: 3px solid #4c9ffe;
      outline-offset: -3px;
    }

}

@media all and (min-width: 768px) and (max-width: 1199px)
{ 
    :root 
    {
        --button_padding: 14px 32px 14px 32px;
    }
    
    .ag_container 
    {
        
        color: #FFFFFF;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;

        width: 100%;
        min-height: 100vh;
        font-size: 14px;

        box-sizing: border-box;
        padding-top: 32px;
        padding-left: 50px;
        padding-right: 50px;    
        
        display: flex;
        align-items: center;
        
        overflow-y: auto;
        
        transition: all 0.3s ease-in;
    }
    
    .ag_section
    {
        color: #000000;
        
        scrollbar-width: none;
        -ms-overflow-style: none;    
        
        background-color: #fff;
        flex-direction: column;
        min-width: 320px;
        max-width: 640px;
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        
        box-sizing: border-box;
        padding-top: 50px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 50px;
        
        font-size: 1em;
        display: flex;
        overflow-y: auto;
    }
    
    .ag_logo
    {
        width: unset;
        height: 90px;
        border: 0px none;
        
    }
    
    .ag_confirmation_checkbox_label
    {
        font-family: "BrandonGrotesqueWeb-Black", sans-serif !important;
        line-height: 1.25;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: unset;
        color: #6D6E71;
        cursor: pointer;
    }
    
    
    .ag_content_container
    {
        width: 100%;
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
        text-align: left;
        line-height: 1.25;
        font-size: 14px;
    }

    .ag_confirmation_container 
    {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 20px;
        margin-top: 50px;
    }

    .ag_confirmation_checkbox_container
    {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 20px;
    }

    .ag_confirmation_checkbox
    {


      appearance: none;
      -webkit-appearance: none;

      border: 2px solid #6D6E71;
      border-radius: 4px;    
        
        width: 26px;
        min-width: 26px;
        min-height: 26px;
        margin: 0px;
        box-sizing: border-box;
        cursor: pointer;
          position: relative;
    }

    .ag_confirmation_checkbox:checked {
      background: #6D6E71;
      border-color: #6D6E71;
    }

    .ag_confirmation_checkbox:checked::after {
      content: "";
      position: absolute;

      width: 6px;
      height: 11px;

      left: 6px;
      top: 2px;

      border: solid #fff;
      border-width: 0 3px 3px 0;

      transform: rotate(45deg);
    }    
    

    .toggle-button {
      padding: 12px 24px;
      border: 0;
      background: #f2f2f2;
      color: #222;
      cursor: pointer;
      
      font-family: 'BrandonGrotesqueWeb-Regular', sans-serif !important;
      font-style: normal !important;
      font-weight: 400 !important;
      font-size: var(--text_size_btn) !important;
      text-transform: uppercase;
    }

    .toggle-button + .toggle-button {
      border-left: 1px solid #999;
    }

    .toggle-button:hover {
      background: #e5e5e5;
    }

    .toggle-button.is-active {
      background: #00B9AD;
      color: #fff;
    }

    .toggle-button:focus-visible {
      outline: 3px solid #4c9ffe;
      outline-offset: -3px;
    }
    
    
}

@media all and (min-width: 1200px) 
{ 
    :root 
    {
        --button_padding: 14px 32px 14px 32px;
    }
    
    .ag_container 
    {
        
        color: #FFFFFF;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;

        width: 100%;
        min-height: 100vh;
        font-size: 14px;

        box-sizing: border-box;
        padding-top: 32px;
        padding-left: 50px;
        padding-right: 50px;    
        
        display: flex;
        align-items: center;
        
        overflow-y: auto;
        
        transition: all 0.3s ease-in;
    }
    
    .ag_section
    {
        color: #000000;
        
        scrollbar-width: none;
        -ms-overflow-style: none;    
        
        background-color: #fff;
        flex-direction: column;
        min-width: 320px;
        max-width: 640px;
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        
        box-sizing: border-box;
        padding-top: 50px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 50px;
        
        font-size: 1em;
        display: flex;
        overflow-y: auto;
    }
    
    .ag_logo
    {
        width: unset;
        height: 90px;
        border: 0px none;
        
    }
    
    .ag_confirmation_checkbox_label
    {
        font-family: "BrandonGrotesqueWeb-Black", sans-serif !important;
        line-height: 1.25;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: unset;
        color: #6D6E71;
        cursor: pointer;
    }
    
    

    .ag_content_container
    {
        width: 100%;
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
        text-align: left;
        line-height: 1.25;
        font-size: 14px;
    }

    .ag_confirmation_container 
    {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 20px;
        margin-top: 50px;
    }

    .ag_confirmation_checkbox_container
    {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 20px;
    }

    .ag_confirmation_checkbox
    {


      appearance: none;
      -webkit-appearance: none;

      border: 2px solid #6D6E71;
      border-radius: 4px;    
        
        width: 26px;
        min-width: 26px;
        min-height: 26px;
        margin: 0px;
        box-sizing: border-box;
        cursor: pointer;
          position: relative;
    }

    .ag_confirmation_checkbox:checked {
      background: #6D6E71;
      border-color: #6D6E71;
    }

    .ag_confirmation_checkbox:checked::after {
      content: "";
      position: absolute;

      width: 6px;
      height: 11px;

      left: 6px;
      top: 2px;

      border: solid #fff;
      border-width: 0 3px 3px 0;

      transform: rotate(45deg);
    }
    
        
    .toggle-button {
      padding: 12px 24px;
      border: 0;
      background: #f2f2f2;
      color: #222;
      cursor: pointer;
      
      font-family: 'BrandonGrotesqueWeb-Regular', sans-serif !important;
      font-style: normal !important;
      font-weight: 400 !important;
      font-size: var(--text_size_btn) !important;
      text-transform: uppercase;
    }

    .toggle-button + .toggle-button {
      border-left: 1px solid #999;
    }

    .toggle-button:hover {
      background: #e5e5e5;
    }

    .toggle-button.is-active {
      background: #00B9AD;
      color: #fff;
    }

    .toggle-button:focus-visible {
      outline: 3px solid #4c9ffe;
      outline-offset: -3px;
    }
    
    
    
}

body
{
    width: 100%;
    min-height: 100%;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    
    background-color: #007775;
    background-image: url('/assets/img/bg.jpg');
    background-clip: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}




.ag_header_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 50px;
}

.ag_footer_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 50px;
}

.ag_logo_container
{
    width: 100%;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    text-align: center;
}


a.ag_langswitch_link
{
    white-space: nowrap;    
}
a.ag_langswitch_link:active,
a.ag_langswitch_link:link,
a.ag_langswitch_link:visited
{
    text-decoration: none;
}

a.ag_langswitch_link:hover
{
    text-decoration: underline;
    transition: all 0.2s ease-in;
}


    


.btn-disabled {
    opacity: 0.3333;
    cursor: not-allowed;
    pointer-events: none;
}


.toggle-group {
  display: inline-flex;
  border: 1px solid #999;
  border-radius: 999px;
  overflow: hidden;
  font-family: Arial, sans-serif;
}




button.btn
{
    display: inline-flex !important;
    align-items: center !important;
            
    color: #fff !important;
    background-color: #00B9AD !important;
    border-color: #00B9AD !important;
    border-color: transparent !important;
    font-family: 'BrandonGrotesqueWeb-Regular', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: var(--text_size_btn) !important;
    line-height: 1.0 !important;
    border-radius: 999px !important;
    text-transform: uppercase;
    white-space: normal;
    padding: var(--button_padding) !important;
    box-sizing: border-box;
    transition: all 0.5s !important;
    justify-content: space-between;
} 
button.btn:hover
{
    color: #FFF !important;
    background-color: #007775 !important;
    transition: all 0.5s !important;
    cursor: pointer;
            
}     
button.btn::after 
{
    padding: 0px !important;
    margin: 0px 0px 8px 20px !important;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.0;
    content: ' >' !important;
    color: #FFF !important;
    clear: none !important;
    box-sizing: border-box;
    background-color: #00B9AD;
    vertical-align: -50%;
    transition: all 0.5s !important;
    height: 32px;
}     
button.btn:hover::after 
{
    color: #FFF !important;
    background-color: #007775;
    transition: all 0.5s !important;
}