/*#region color*/
.dga-text-primary {
    color: #37326D; }

  .dga-text-secondary {
    color: #29B3B4; }

  .dga-text-white {
    color: #FFFFFF; }

  .dga-text-black {
    color: #000; }

  .dga-text-black-70 {
    color: #242424; }

  .dga-text-black-50 {
    color: #313131; }

  .dga-text-gray {
    color: #757575; }

  .dga-text-gray-10 {
    color: rgba(235, 234, 240, 0.3); }

  .dga-text-violet-10 {
    color: #EBEAF0; }

  .dga-text-violet-30 {
    color: #C3C1D3; }

  .dga-text-violet-60 {
    color: #8784A7; }

  .dga-text-purple {
    color: #6F4B99; }

  .dga-text-purple-10 {
    color: #F0EDF5; }

  .dga-text-purple-30 {
    color: #D4C9E0; }

  .dga-text-purple-20 {
    color: #D5D2E1; }

  .dga-text-turquoise-50 {
    color: #94D9D9; }

  .dga-text-turquoise-20 {
    color: rgba(233, 247, 247, 0.44); }

  .dga-text-turquoise-10 {
    color: #E9F7F7; }

  .dga-text-green {
    color: #066058; }

  .dga-text-brown-60 {
    color: #B8B2AC; }

  .dga-text-blue {
    color: #2a206a; }

  .dga-text-blue-2 {
    color: #2a206b; }

  /*#endregion */
  /*#region breakpoints*/
  /*#endregion */
  /*#region button*/
  /*#endregion */
  /*#region border*/
  /*#endregion */
  /*#region hover and focus*/
  /*#endregion */
  /*#region program card & knowledge card & top pages visit card*/
  /*#endregion*/
  .px-12 {
    padding: 0 12px; }
    @media (max-width: 768px) {
      .px-12 {
        padding: 0px; } }

  .greyscale-exclude {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    overflow-x: hidden; }

  .container {
    max-width: 1140px;
    padding-right: 0px;
    padding-left: 0px; }
    @media (max-width: 1200px) {
      .container {
        padding-right: 15px;
        padding-left: 15px; } }

  .row {
    margin-left: 0px;
    margin-right: 0px; }
    @media (max-width: 768px) {
      .row {
        margin-left: -12px;
        margin-right: -12px; } }

  h1 {
    font-size: 2.75rem;
    font-family: "boldFont"; }

  h2 {
    font-size: 2.25rem;
    font-family: "boldFont"; }

  h3 {
    font-size: 2rem;
    font-family: "boldFont"; }

  h4 {
    font-size: 1.125rem;
    font-family: "boldFont"; }

  h5 {
    font-size: 1.25rem;
    font-family: "boldFont"; }

  h6 {
    font-size: 1.125rem;
    font-family: "boldFont"; }

  .dga-bold-font {
    font-family: "boldFont" !important; }

  .dga-default-font {
    font-size: 1rem !important; }

  .dga-paragraph-font {
    font-size: 0.875rem !important; }

  .dga-small-font {
    font-size: 0.75rem !important; }

  .dga-xxsmall-font {
    font-size: 0.625rem !important; }

  .dga-font-26 {
    font-size: 1.625rem !important; }

  .dga-primary-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #37326D;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #37326D; }
    .dga-primary-btn:focus-visible {
      outline: 2px solid #37326D;
      text-decoration: none; }
    .dga-primary-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-primary-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #37326D;
    text-align: center;
    border-radius: 10px;
    color: #37326D;
    background-color: inherit; }
    .dga-primary-btn-o:focus-visible {
      outline: 2px solid #37326D;
      text-decoration: none; }
    .dga-primary-btn-o:hover {
      color: #37326D;
      text-decoration: none; }

  .dga-secondary-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #29B3B4;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #29B3B4; }
    .dga-secondary-btn:focus-visible {
      outline: 2px solid #29B3B4;
      text-decoration: none; }
    .dga-secondary-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-secondary-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #29B3B4;
    text-align: center;
    border-radius: 10px;
    color: #29B3B4;
    background-color: inherit; }
    .dga-secondary-btn-o:focus-visible {
      outline: 2px solid #29B3B4;
      text-decoration: none; }
    .dga-secondary-btn-o:hover {
      color: #29B3B4;
      text-decoration: none; }

  .dga-white-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #FFFFFF;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #FFFFFF; }
    .dga-white-btn:focus-visible {
      outline: 2px solid #FFFFFF;
      text-decoration: none; }
    .dga-white-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-white-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #FFFFFF;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: inherit; }
    .dga-white-btn-o:focus-visible {
      outline: 2px solid #FFFFFF;
      text-decoration: none; }
    .dga-white-btn-o:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-black-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #000; }
    .dga-black-btn:focus-visible {
      outline: 2px solid #000;
      text-decoration: none; }
    .dga-black-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-black-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 10px;
    color: #000;
    background-color: inherit; }
    .dga-black-btn-o:focus-visible {
      outline: 2px solid #000;
      text-decoration: none; }
    .dga-black-btn-o:hover {
      color: #000;
      text-decoration: none; }

  .dga-black-70-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #242424;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #242424; }
    .dga-black-70-btn:focus-visible {
      outline: 2px solid #242424;
      text-decoration: none; }
    .dga-black-70-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-black-70-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #242424;
    text-align: center;
    border-radius: 10px;
    color: #242424;
    background-color: inherit; }
    .dga-black-70-btn-o:focus-visible {
      outline: 2px solid #242424;
      text-decoration: none; }
    .dga-black-70-btn-o:hover {
      color: #242424;
      text-decoration: none; }

  .dga-black-50-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #313131;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #313131; }
    .dga-black-50-btn:focus-visible {
      outline: 2px solid #313131;
      text-decoration: none; }
    .dga-black-50-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-black-50-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #313131;
    text-align: center;
    border-radius: 10px;
    color: #313131;
    background-color: inherit; }
    .dga-black-50-btn-o:focus-visible {
      outline: 2px solid #313131;
      text-decoration: none; }
    .dga-black-50-btn-o:hover {
      color: #313131;
      text-decoration: none; }

  .dga-gray-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #757575;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #757575; }
    .dga-gray-btn:focus-visible {
      outline: 2px solid #757575;
      text-decoration: none; }
    .dga-gray-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-gray-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #757575;
    text-align: center;
    border-radius: 10px;
    color: #757575;
    background-color: inherit; }
    .dga-gray-btn-o:focus-visible {
      outline: 2px solid #757575;
      text-decoration: none; }
    .dga-gray-btn-o:hover {
      color: #757575;
      text-decoration: none; }

  .dga-gray-10-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid rgba(235, 234, 240, 0.3);
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: rgba(235, 234, 240, 0.3); }
    .dga-gray-10-btn:focus-visible {
      outline: 2px solid rgba(235, 234, 240, 0.3);
      text-decoration: none; }
    .dga-gray-10-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-gray-10-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid rgba(235, 234, 240, 0.3);
    text-align: center;
    border-radius: 10px;
    color: rgba(235, 234, 240, 0.3);
    background-color: inherit; }
    .dga-gray-10-btn-o:focus-visible {
      outline: 2px solid rgba(235, 234, 240, 0.3);
      text-decoration: none; }
    .dga-gray-10-btn-o:hover {
      color: rgba(235, 234, 240, 0.3);
      text-decoration: none; }

  .dga-violet-10-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #EBEAF0;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #EBEAF0; }
    .dga-violet-10-btn:focus-visible {
      outline: 2px solid #EBEAF0;
      text-decoration: none; }
    .dga-violet-10-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-violet-10-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #EBEAF0;
    text-align: center;
    border-radius: 10px;
    color: #EBEAF0;
    background-color: inherit; }
    .dga-violet-10-btn-o:focus-visible {
      outline: 2px solid #EBEAF0;
      text-decoration: none; }
    .dga-violet-10-btn-o:hover {
      color: #EBEAF0;
      text-decoration: none; }

  .dga-violet-30-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #C3C1D3;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #C3C1D3; }
    .dga-violet-30-btn:focus-visible {
      outline: 2px solid #C3C1D3;
      text-decoration: none; }
    .dga-violet-30-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-violet-30-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #C3C1D3;
    text-align: center;
    border-radius: 10px;
    color: #C3C1D3;
    background-color: inherit; }
    .dga-violet-30-btn-o:focus-visible {
      outline: 2px solid #C3C1D3;
      text-decoration: none; }
    .dga-violet-30-btn-o:hover {
      color: #C3C1D3;
      text-decoration: none; }

  .dga-violet-60-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #8784A7;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #8784A7; }
    .dga-violet-60-btn:focus-visible {
      outline: 2px solid #8784A7;
      text-decoration: none; }
    .dga-violet-60-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-violet-60-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #8784A7;
    text-align: center;
    border-radius: 10px;
    color: #8784A7;
    background-color: inherit; }
    .dga-violet-60-btn-o:focus-visible {
      outline: 2px solid #8784A7;
      text-decoration: none; }
    .dga-violet-60-btn-o:hover {
      color: #8784A7;
      text-decoration: none; }

  .dga-purple-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #6F4B99;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #6F4B99; }
    .dga-purple-btn:focus-visible {
      outline: 2px solid #6F4B99;
      text-decoration: none; }
    .dga-purple-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-purple-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #6F4B99;
    text-align: center;
    border-radius: 10px;
    color: #6F4B99;
    background-color: inherit; }
    .dga-purple-btn-o:focus-visible {
      outline: 2px solid #6F4B99;
      text-decoration: none; }
    .dga-purple-btn-o:hover {
      color: #6F4B99;
      text-decoration: none; }

  .dga-purple-10-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #F0EDF5;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #F0EDF5; }
    .dga-purple-10-btn:focus-visible {
      outline: 2px solid #F0EDF5;
      text-decoration: none; }
    .dga-purple-10-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-purple-10-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #F0EDF5;
    text-align: center;
    border-radius: 10px;
    color: #F0EDF5;
    background-color: inherit; }
    .dga-purple-10-btn-o:focus-visible {
      outline: 2px solid #F0EDF5;
      text-decoration: none; }
    .dga-purple-10-btn-o:hover {
      color: #F0EDF5;
      text-decoration: none; }

  .dga-purple-30-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #D4C9E0;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #D4C9E0; }
    .dga-purple-30-btn:focus-visible {
      outline: 2px solid #D4C9E0;
      text-decoration: none; }
    .dga-purple-30-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-purple-30-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #D4C9E0;
    text-align: center;
    border-radius: 10px;
    color: #D4C9E0;
    background-color: inherit; }
    .dga-purple-30-btn-o:focus-visible {
      outline: 2px solid #D4C9E0;
      text-decoration: none; }
    .dga-purple-30-btn-o:hover {
      color: #D4C9E0;
      text-decoration: none; }

  .dga-purple-20-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #D5D2E1;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #D5D2E1; }
    .dga-purple-20-btn:focus-visible {
      outline: 2px solid #D5D2E1;
      text-decoration: none; }
    .dga-purple-20-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-purple-20-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #D5D2E1;
    text-align: center;
    border-radius: 10px;
    color: #D5D2E1;
    background-color: inherit; }
    .dga-purple-20-btn-o:focus-visible {
      outline: 2px solid #D5D2E1;
      text-decoration: none; }
    .dga-purple-20-btn-o:hover {
      color: #D5D2E1;
      text-decoration: none; }

  .dga-turquoise-50-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #94D9D9;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #94D9D9; }
    .dga-turquoise-50-btn:focus-visible {
      outline: 2px solid #94D9D9;
      text-decoration: none; }
    .dga-turquoise-50-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-turquoise-50-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #94D9D9;
    text-align: center;
    border-radius: 10px;
    color: #94D9D9;
    background-color: inherit; }
    .dga-turquoise-50-btn-o:focus-visible {
      outline: 2px solid #94D9D9;
      text-decoration: none; }
    .dga-turquoise-50-btn-o:hover {
      color: #94D9D9;
      text-decoration: none; }

  .dga-turquoise-20-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid rgba(233, 247, 247, 0.44);
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: rgba(233, 247, 247, 0.44); }
    .dga-turquoise-20-btn:focus-visible {
      outline: 2px solid rgba(233, 247, 247, 0.44);
      text-decoration: none; }
    .dga-turquoise-20-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-turquoise-20-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid rgba(233, 247, 247, 0.44);
    text-align: center;
    border-radius: 10px;
    color: rgba(233, 247, 247, 0.44);
    background-color: inherit; }
    .dga-turquoise-20-btn-o:focus-visible {
      outline: 2px solid rgba(233, 247, 247, 0.44);
      text-decoration: none; }
    .dga-turquoise-20-btn-o:hover {
      color: rgba(233, 247, 247, 0.44);
      text-decoration: none; }

  .dga-turquoise-10-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #E9F7F7;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #E9F7F7; }
    .dga-turquoise-10-btn:focus-visible {
      outline: 2px solid #E9F7F7;
      text-decoration: none; }
    .dga-turquoise-10-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-turquoise-10-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #E9F7F7;
    text-align: center;
    border-radius: 10px;
    color: #E9F7F7;
    background-color: inherit; }
    .dga-turquoise-10-btn-o:focus-visible {
      outline: 2px solid #E9F7F7;
      text-decoration: none; }
    .dga-turquoise-10-btn-o:hover {
      color: #E9F7F7;
      text-decoration: none; }

  .dga-green-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #066058;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #066058; }
    .dga-green-btn:focus-visible {
      outline: 2px solid #066058;
      text-decoration: none; }
    .dga-green-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-green-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #066058;
    text-align: center;
    border-radius: 10px;
    color: #066058;
    background-color: inherit; }
    .dga-green-btn-o:focus-visible {
      outline: 2px solid #066058;
      text-decoration: none; }
    .dga-green-btn-o:hover {
      color: #066058;
      text-decoration: none; }

  .dga-brown-60-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #B8B2AC;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #B8B2AC; }
    .dga-brown-60-btn:focus-visible {
      outline: 2px solid #B8B2AC;
      text-decoration: none; }
    .dga-brown-60-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-brown-60-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #B8B2AC;
    text-align: center;
    border-radius: 10px;
    color: #B8B2AC;
    background-color: inherit; }
    .dga-brown-60-btn-o:focus-visible {
      outline: 2px solid #B8B2AC;
      text-decoration: none; }
    .dga-brown-60-btn-o:hover {
      color: #B8B2AC;
      text-decoration: none; }

  .dga-blue-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #2a206a;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #2a206a; }
    .dga-blue-btn:focus-visible {
      outline: 2px solid #2a206a;
      text-decoration: none; }
    .dga-blue-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-blue-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #2a206a;
    text-align: center;
    border-radius: 10px;
    color: #2a206a;
    background-color: inherit; }
    .dga-blue-btn-o:focus-visible {
      outline: 2px solid #2a206a;
      text-decoration: none; }
    .dga-blue-btn-o:hover {
      color: #2a206a;
      text-decoration: none; }

  .dga-blue-2-btn {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #2a206b;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #2a206b; }
    .dga-blue-2-btn:focus-visible {
      outline: 2px solid #2a206b;
      text-decoration: none; }
    .dga-blue-2-btn:hover {
      color: #FFFFFF;
      text-decoration: none; }

  .dga-blue-2-btn-o {
    font-size: 1rem;
    padding: 5px 30px;
    border: 1px solid #2a206b;
    text-align: center;
    border-radius: 10px;
    color: #2a206b;
    background-color: inherit; }
    .dga-blue-2-btn-o:focus-visible {
      outline: 2px solid #2a206b;
      text-decoration: none; }
    .dga-blue-2-btn-o:hover {
      color: #2a206b;
      text-decoration: none; }

  .close-btn {
    font-size: 0.875rem;
    font-family: "boldFont";
    background: inherit;
    border: unset;
    text-align: center; }

  .dga-clear-all-btn {
    font-size: 0.875rem;
    font-family: "boldFont";
    color: #37326D;
    text-decoration: underline;
    background: inherit;
    border: unset; }

  .dga-primary-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: #37326D;
    text-decoration: none; }
    .dga-primary-link:hover {
      color: #37326D;
      text-decoration: none; }
    .dga-primary-link img {
      margin: 0 6px; }

  .dga-secondary-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: #29B3B4;
    text-decoration: none; }
    .dga-secondary-link:hover {
      color: #29B3B4;
      text-decoration: none; }
    .dga-secondary-link img {
      margin: 0 6px; }

  .dga-white-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: #FFFFFF;
    text-decoration: none; }
    .dga-white-link:hover {
      color: #FFFFFF;
      text-decoration: none; }
    .dga-white-link img {
      margin: 0 6px; }

  .dga-black-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: #000;
    text-decoration: none; }
    .dga-black-link:hover {
      color: #000;
      text-decoration: none; }
    .dga-black-link img {
      margin: 0 6px; }

  .dga-black-70-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: #242424;
    text-decoration: none; }
    .dga-black-70-link:hover {
      color: #242424;
      text-decoration: none; }
    .dga-black-70-link img {
      margin: 0 6px; }

  .dga-black-50-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: #313131;
    text-decoration: none; }
    .dga-black-50-link:hover {
      color: #313131;
      text-decoration: none; }
    .dga-black-50-link img {
      margin: 0 6px; }

  .dga-gray-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: #757575;
    text-decoration: none; }
    .dga-gray-link:hover {
      color: #757575;
      text-decoration: none; }
    .dga-gray-link img {
      margin: 0 6px; }

  .dga-gray-10-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: rgba(235, 234, 240, 0.3);
    text-decoration: none; }
    .dga-gray-10-link:hover {
      color: rgba(235, 234, 240, 0.3);
      text-decoration: none; }
    .dga-gray-10-link img {
      margin: 0 6px; }

  .dga-violet-10-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: #EBEAF0;
    text-decoration: none; }
    .dga-violet-10-link:hover {
      color: #EBEAF0;
      text-decoration: none; }
    .dga-violet-10-link img {
      margin: 0 6px; }

  .dga-violet-30-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: #C3C1D3;
    text-decoration: none; }
    .dga-violet-30-link:hover {
      color: #C3C1D3;
      text-decoration: none; }
    .dga-violet-30-link img {
      margin: 0 6px; }

  .dga-violet-60-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: #8784A7;
    text-decoration: none; }
    .dga-violet-60-link:hover {
      color: #8784A7;
      text-decoration: none; }
    .dga-violet-60-link img {
      margin: 0 6px; }

  .dga-purple-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: #6F4B99;
    text-decoration: none; }
    .dga-purple-link:hover {
      color: #6F4B99;
      text-decoration: none; }
    .dga-purple-link img {
      margin: 0 6px; }

  .dga-purple-10-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: #F0EDF5;
    text-decoration: none; }
    .dga-purple-10-link:hover {
      color: #F0EDF5;
      text-decoration: none; }
    .dga-purple-10-link img {
      margin: 0 6px; }

  .dga-purple-30-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: #D4C9E0;
    text-decoration: none; }
    .dga-purple-30-link:hover {
      color: #D4C9E0;
      text-decoration: none; }
    .dga-purple-30-link img {
      margin: 0 6px; }

  .dga-purple-20-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: #D5D2E1;
    text-decoration: none; }
    .dga-purple-20-link:hover {
      color: #D5D2E1;
      text-decoration: none; }
    .dga-purple-20-link img {
      margin: 0 6px; }

  .dga-turquoise-50-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: #94D9D9;
    text-decoration: none; }
    .dga-turquoise-50-link:hover {
      color: #94D9D9;
      text-decoration: none; }
    .dga-turquoise-50-link img {
      margin: 0 6px; }

  .dga-turquoise-20-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: rgba(233, 247, 247, 0.44);
    text-decoration: none; }
    .dga-turquoise-20-link:hover {
      color: rgba(233, 247, 247, 0.44);
      text-decoration: none; }
    .dga-turquoise-20-link img {
      margin: 0 6px; }

  .dga-turquoise-10-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: #E9F7F7;
    text-decoration: none; }
    .dga-turquoise-10-link:hover {
      color: #E9F7F7;
      text-decoration: none; }
    .dga-turquoise-10-link img {
      margin: 0 6px; }

  .dga-green-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: #066058;
    text-decoration: none; }
    .dga-green-link:hover {
      color: #066058;
      text-decoration: none; }
    .dga-green-link img {
      margin: 0 6px; }

  .dga-brown-60-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: #B8B2AC;
    text-decoration: none; }
    .dga-brown-60-link:hover {
      color: #B8B2AC;
      text-decoration: none; }
    .dga-brown-60-link img {
      margin: 0 6px; }

  .dga-blue-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: #2a206a;
    text-decoration: none; }
    .dga-blue-link:hover {
      color: #2a206a;
      text-decoration: none; }
    .dga-blue-link img {
      margin: 0 6px; }

  .dga-blue-2-link {
    font-size: 14px;
    font-family: 'boldFont';
    color: #2a206b;
    text-decoration: none; }
    .dga-blue-2-link:hover {
      color: #2a206b;
      text-decoration: none; }
    .dga-blue-2-link img {
      margin: 0 6px; }

  /*#region news card */
  .dga-news-card {
    display: block;
    max-width: 275px;
    min-height: 380px;
    border: 1px solid #37326D;
    border-radius: 0px;
    padding: 0;
    margin: 15px 0px; }
    @media (max-width: 768px) {
      .dga-news-card {
        max-width: initial;
        margin: 15px 1px; } }
    .dga-news-card img {
      height: 170px;
      width: 100%;
      object-fit: cover; }
      @media (max-width: 768px) {
        .dga-news-card img {
          height: auto; } }
    .dga-news-card .dga-card-body {
      padding: 18px;
      display: flex;
      flex-direction: column;
      min-height: 200px; }
      .dga-news-card .dga-card-body .title {
        color: #37326D;
        font-size: 1.125rem;
        min-height: 80px; }
      .dga-news-card .dga-card-body .description, .dga-news-card .dga-card-body .date {
        color: #757575;
        font-size: 0.75rem;
        margin-bottom: 0; }
      .dga-news-card .dga-card-body .date {
        margin-top: auto;
        display: block; }
    .dga-news-card:hover {
      text-decoration: none; }
    .dga-news-card:focus-visible {
      outline: 2px solid #37326D;
      text-decoration: none; }

  [dir="ltr"] .dga-news-card {
    margin: 15px 10px 15px 0px; }

  /*#endregion*/
  /*#region  service card */
  .dga-service-card {
    display: block;
    border: 1px solid #37326D;
    border-radius: 0px;
    padding: 22px 24px;
    margin: 15px 0px;
    min-height: 263px; }
    .dga-service-card .dga-card-body {
      display: flex;
      flex-direction: column;
      height: 100%; }
      .dga-service-card .dga-card-body .title {
        color: #37326D;
        font-size: 1.125rem; }
      .dga-service-card .dga-card-body .description, .dga-service-card .dga-news-card .dga-card-body .date, .dga-news-card .dga-service-card .dga-card-body .date {
        color: #757575;
        font-size: 0.875rem;
        margin-top: auto;
        margin-bottom: 0;
        min-height: 105px; }
        @media (max-width: 768px) {
          .dga-service-card .dga-card-body .description, .dga-service-card .dga-news-card .dga-card-body .date, .dga-news-card .dga-service-card .dga-card-body .date {
            height: 100%; } }
      .dga-service-card .dga-card-body .tags-box span {
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px; }
    .dga-service-card:hover {
      text-decoration: none; }
    .dga-service-card:focus-visible {
      outline: 2px solid #37326D;
      text-decoration: none; }
    .dga-service-card:hover {
      border: 1px solid #FFFFFF; }

  /*#endregion*/
  /*#region program card */
  .dga-program-card {
    display: block;
    width: 353px;
    min-height: 165px;
    background-color: #FFFFFF;
    border: 1px solid #37326D;
    border-top-width: 4px;
    border-radius: 0px;
    padding: 24px 23px;
    margin: 15px 0px 15px 24px;
    margin: 15px 0px 15px 0px; }
    .dga-program-card .title {
      color: #37326D;
      font-size: 1.25rem;
      min-height: 50px;
      overflow: hidden; }
    .dga-program-card .description, .dga-program-card .dga-news-card .dga-card-body .date, .dga-news-card .dga-card-body .dga-program-card .date {
      font-size: 0.875rem;
      color: #757575;
      height: 45px;
      overflow: hidden; }
    .dga-program-card .dga-tag-turquoise {
      margin-top: 5px;
      margin-bottom: 5px;
      margin-left: 5px; }
    .dga-program-card:hover {
      text-decoration: none; }
    .dga-program-card:focus-visible {
      outline: 2px solid #37326D;
      text-decoration: none; }
    @media (max-width: 992px) {
      .dga-program-card {
        margin: 15px 1px; } }
    @media (max-width: 768px) {
      .dga-program-card {
        width: auto; } }

  /*#endregion*/
  /*#region Knowledge card */
  .dga-knowledge-card {
    display: block;
    width: 353px;
    min-height: 200px;
    background-color: #FFFFFF;
    border: 1px solid #29B3B4;
    border-top-width: 4px;
    border-radius: 0px;
    padding: 24px 23px;
    margin: 15px 0px 15px 24px;
    margin: 15px 0px 15px 0px; }
    .dga-knowledge-card .title {
      color: #29B3B4;
      font-size: 1.25rem;
      min-height: 50px;
      overflow: hidden; }
    .dga-knowledge-card .description, .dga-knowledge-card .dga-news-card .dga-card-body .date, .dga-news-card .dga-card-body .dga-knowledge-card .date {
      font-size: 0.875rem;
      color: #757575;
      height: 45px;
      overflow: hidden; }
    .dga-knowledge-card .dga-tag-turquoise {
      margin-top: 5px;
      margin-bottom: 5px;
      margin-left: 5px; }
    .dga-knowledge-card:hover {
      text-decoration: none; }
    .dga-knowledge-card:focus-visible {
      outline: 2px solid #29B3B4;
      text-decoration: none; }
    @media (max-width: 992px) {
      .dga-knowledge-card {
        margin: 15px 1px; } }
    @media (max-width: 768px) {
      .dga-knowledge-card {
        width: auto; } }

  /*#endregion*/
  /*#region indicator card*/
  .dga-indicator-card {
    padding: 0 30px; }

  .dga-indicator-header {
    display: flex;
    align-items: center; }
    .dga-indicator-header span {
      color: #313131;
      font-size: 2.5rem;
      font-family: "boldFont"; }
    .dga-indicator-header img {
      margin: 0 13px;
      width: 34px;
      height: 30px; }

  .dga-indicator-description {
    color: #313131;
    font-size: 0.875rem; }

  /*#endregion*/
  /*#region top pages visit card*/
  .dga-top-pages-visit-card {
    display: block;
    width: 200px;
    min-height: 56px;
    background-color: #FFFFFF;
    border: 1px solid #37326D;
    border-top-width: 4px;
    border-radius: 0px;
    padding: 24px 23px;
    margin: 15px 0px 15px 24px;
    padding: 15px 2px;
    text-align: center;
    height: 56px; }
    .dga-top-pages-visit-card .title {
      color: #37326D;
      font-size: 1.25rem;
      min-height: 50px;
      overflow: hidden; }
    .dga-top-pages-visit-card .description, .dga-top-pages-visit-card .dga-news-card .dga-card-body .date, .dga-news-card .dga-card-body .dga-top-pages-visit-card .date {
      font-size: 0.875rem;
      color: #757575;
      height: 45px;
      overflow: hidden; }
    .dga-top-pages-visit-card .dga-tag-turquoise {
      margin-top: 5px;
      margin-bottom: 5px;
      margin-left: 5px; }
    .dga-top-pages-visit-card:hover {
      text-decoration: none; }
    .dga-top-pages-visit-card:focus-visible {
      outline: 2px solid #37326D;
      text-decoration: none; }
    @media (max-width: 992px) {
      .dga-top-pages-visit-card {
        margin: 15px 1px; } }
    .dga-top-pages-visit-card .title {
      line-height: 1.25; }
    @media (max-width: 992px) {
      .dga-top-pages-visit-card {
        margin: 15px; } }

  /*#endregion*/
  /*#region reports complaints card*/
  .dga-reports-complaints-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 60px;
    padding: 10px 20px;
    border: 1px solid #8784A7; }
    @media (max-width: 768px) {
      .dga-reports-complaints-card {
        flex-direction: column; } }
    .dga-reports-complaints-card .title {
      color: #37326D;
      font-size: 1.125rem;
      font-weight: bold;
      font-family: "boldFont";
      border-left: 1px solid #757575;
      margin-left: 20px;
      padding: 0 25px;
      width: 150px; }
      @media (max-width: 768px) {
        .dga-reports-complaints-card .title {
          border-left: unset;
          margin-left: 0px;
          width: auto; } }
    .dga-reports-complaints-card .description, .dga-reports-complaints-card .dga-news-card .dga-card-body .date, .dga-news-card .dga-card-body .dga-reports-complaints-card .date {
      color: #757575;
      font-size: 1rem; }
      @media (max-width: 768px) {
        .dga-reports-complaints-card .description, .dga-reports-complaints-card .dga-news-card .dga-card-body .date, .dga-news-card .dga-card-body .dga-reports-complaints-card .date {
          text-align: center; } }
    .dga-reports-complaints-card .button {
      margin-right: auto; }
      @media (max-width: 768px) {
        .dga-reports-complaints-card .button {
          margin-right: unset;
          margin-top: 20px;
          margin-bottom: 10px; } }

  [dir="ltr"] .dga-reports-complaints-card .title {
    border-right: 1px solid #757575;
    margin-right: 20px;
    border-left: unset;
    margin-left: unset;
    width: 186px; }
    @media (max-width: 768px) {
      [dir="ltr"] .dga-reports-complaints-card .title {
        margin-right: 0px;
        border-right: unset;
        width: auto; } }

  [dir="ltr"] .dga-reports-complaints-card .button {
    margin-left: auto;
    margin-right: unset; }
    @media (max-width: 768px) {
      [dir="ltr"] .dga-reports-complaints-card .button {
        margin-left: unset;
        margin-top: 20px;
        margin-bottom: 10px; } }

  /*#endregion*/
  /*#region glossary card */
  .dga-glossary-card {
    margin-bottom: 10px;
    padding: 15px 22px;
    border: 1px solid #37326D; }
    .dga-glossary-card .card-header {
      border-bottom: 1px solid #EBEAF0;
      margin-bottom: 15px; }
      .dga-glossary-card .card-header .title {
        color: #37326D;
        margin-bottom: 5px; }
      .dga-glossary-card .card-header .sub-title {
        display: block;
        font-size: 0.875rem;
        font-weight: bold;
        color: #37326D;
        padding-bottom: 10px; }
    .dga-glossary-card .dga-card-body .description, .dga-glossary-card .dga-news-card .dga-card-body .date, .dga-news-card .dga-glossary-card .dga-card-body .date {
      color: #757575;
      font-size: 0.875rem; }
    .dga-glossary-card .card-footer {
      font-size: 0.75rem;
      margin-top: 15px;
      display: flex;
      align-items: flex-end; }
      .dga-glossary-card .card-footer span {
        display: inline-block;
        color: #B8B2AC;
        margin-left: 27px; }
      .dga-glossary-card .card-footer .edit {
        color: #37326D;
        text-decoration: unset; }

  [dir="ltr"] .dga-glossary-card .card-footer span {
    margin-left: 0px;
    margin-right: 27px; }

  /*#endregion*/
  [dir="ltr"] .dga-top-pages-visit-card {
    margin: 15px 24px 15px 0px; }
    [dir="ltr"] .dga-top-pages-visit-card .title {
      font-size: 1.125rem; }

  [dir="ltr"] .dga-knowledge-card .dga-tag-turquoise {
    margin-right: 5px;
    margin-left: 0px; }

  [dir="ltr"] .dga-service-card .dga-card-body .tags-box span {
    margin-right: 5px;
    margin-left: 0px; }

  @media (max-width: 768px) {
    a.dga-top-pages-visit-card {
      width: auto !important;
      padding: 11px 15px;
      margin: 0px; }
    .dga-top-pages-visit-section .dga-body-section.row {
      flex-direction: row;
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      gap: 10px;
      justify-content: flex-start;
      padding: 15px 0px; }
    .dga-glossary-card .card-footer .edit {
      margin-top: 5px;
      display: block; } }

  .dga-page-w-filter .form-type-checkbox {
    margin-bottom: 20px;
    display: block; }
    .dga-page-w-filter .form-type-checkbox .js-form-item {
      width: 100%; }
    .dga-page-w-filter .form-type-checkbox input {
      width: 1.5rem;
      height: 1.5em;
      vertical-align: top;
      background-color: #ffff;
      border: 2px solid #747474;
      cursor: pointer; }
      .dga-page-w-filter .form-type-checkbox input:hover {
        background-color: #29B3B4; }
    .dga-page-w-filter .form-type-checkbox input:checked[type=checkbox]::before {
      display: block;
      content: " ";
      background-image: url("../../Images/newDesign//check.svg");
      background-size: 15px;
      background-color: #29B3B4;
      background-repeat: no-repeat;
      background-position: center;
      width: 1.5rem;
      height: 1.5em;
      border-radius: 2px; }
    .dga-page-w-filter .form-type-checkbox label {
      font-size: 0.875rem;
      color: #242424;
      margin: 0 10px; }

  .dga-nav {
    background: #37326D;
    min-height: 40px; }
    .dga-nav .dga-breadcrumb {
      font-size: 0.875rem;
      padding: 12px;
      background-color: unset;
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        .dga-nav .dga-breadcrumb {
          padding: 12px 0px; } }
      .dga-nav .dga-breadcrumb .breadcrumb-item {
        color: #FFFFFF;
        text-decoration: none; }
        .dga-nav .dga-breadcrumb .breadcrumb-item:hover {
          color: #FFFFFF;
          text-decoration: none; }
        .dga-nav .dga-breadcrumb .breadcrumb-item a {
          color: #FFFFFF;
          text-decoration: none; }
          .dga-nav .dga-breadcrumb .breadcrumb-item a:hover {
            color: #FFFFFF;
            text-decoration: none; }
        .dga-nav .dga-breadcrumb .breadcrumb-item.active {
          color: #fff; }
        .dga-nav .dga-breadcrumb .breadcrumb-item:before {
          content: ""; }
        .dga-nav .dga-breadcrumb .breadcrumb-item:after {
          content: ">";
          font-weight: 400;
          color: #fff;
          padding: 0px 13px; }
        .dga-nav .dga-breadcrumb .breadcrumb-item:last-of-type:after {
          content: ""; }

  .dga-tag-purple {
    display: inline-block;
    font-size: 0.625rem;
    font-weight: bold;
    font-family: "boldFont";
    border-radius: 7px;
    color: #37326D;
    text-align: center;
    background: #F0EDF5;
    padding: 5px 10px; }

  .dga-tag-turquoise {
    display: inline-block;
    font-size: 0.625rem;
    font-weight: bold;
    font-family: "boldFont";
    border-radius: 7px;
    color: #29B3B4;
    text-align: center;
    background: #E9F7F7;
    padding: 5px 10px; }

  .dga-tag-purple-30 {
    display: inline-block;
    font-size: 0.625rem;
    font-weight: bold;
    font-family: "boldFont";
    border-radius: 7px;
    color: #37326D;
    text-align: center;
    background: #D4C9E0;
    padding: 5px 10px; }

  .slick-slider {
    margin-bottom: 0px !important; }
    .slick-slider .slick-dots {
      display: flex;
      margin-top: 38px;
      justify-content: center;
      align-items: center;
      position: static; }
      .slick-slider .slick-dots li {
        cursor: pointer;
        opacity: 0.8;
        width: 6px;
        height: 6px;
        border-radius: 5px;
        background-color: #8784A7;
        transition: 0.4s ease-in-out; }
        .slick-slider .slick-dots li button {
          display: none; }
      .slick-slider .slick-dots .slick-active {
        width: 6px;
        height: 6px;
        background-color: #37326D;
        opacity: 1; }

  .indicator-slider .slick-dots li {
    background-color: #94D9D9; }

  .indicator-slider .slick-dots .slick-active {
    background-color: #29B3B4; }

  .banner .slick-dots li {
    background-color: rgba(255, 255, 255, 0.46); }

  .banner .slick-dots .slick-active {
    width: 6px;
    height: 6px;
    background-color: #29B3B4;
    opacity: 1; }

  .dga-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 300px;
    margin: 10px 0px;
    padding: 15px;
    border: 1px solid #757575; }
    @media (max-width: 768px) {
      .dga-search {
        min-width: 100%; } }
    .dga-search input {
      flex: 1;
      border: unset;
      padding: unset; }
      .dga-search input::placeholder {
        color: #757575;
        font-size: 0.875rem; }
    .dga-search button {
      background: inherit;
      border: unset;
      padding: unset;
      display: contents; }
      .dga-search button img {
        width: 25px; }

  .dga-sortByDate {
    display: flex;
    align-items: center;
    min-width: 250px;
    margin: 10px;
    margin-left: 0px;
    padding: 16px 15px;
    padding-top: 17px;
    border: 1px solid #757575; }
    .dga-sortByDate[dir="ltr"] {
      margin-left: 10px;
      margin-right: 0px; }
    @media (max-width: 768px) {
      .dga-sortByDate {
        min-width: 100%;
        margin: 10px 0px; } }
    .dga-sortByDate .dga-fliter-lable {
      font-size: 0.875rem; }
    .dga-sortByDate .dga-select {
      flex: 1;
      border: unset;
      background: transparent;
      background-image: url(../../Images/newDesign/filtration-bar-icon2.svg);
      background-repeat: no-repeat;
      background-position-y: 2px;
      appearance: none;
      font-family: 'boldFont';
      color: #37326D;
      font-size: 0.875rem;
      margin-right: 12px; }
      .dga-sortByDate .dga-select[dir="ltr"] {
        margin-left: 12px;
        margin-right: 0px; }

  [dir="ltr"] .dga-sortByDate {
    margin-left: 10px;
    margin-right: 0px; }
    @media (max-width: 768px) {
      [dir="ltr"] .dga-sortByDate {
        margin: 0px 0px; } }
    [dir="ltr"] .dga-sortByDate .dga-select {
      margin-left: 12px;
      margin-right: 0px;
      background-position-x: right; }

  .dga-paginations {
    display: flex; }
    @media (max-width: 992px) {
      .dga-paginations {
        display: block; } }
    .dga-paginations .dga-pagination {
      text-align: center;
      margin-bottom: 50px; }
      .dga-paginations .dga-pagination .pagination-bar {
        margin: 32px 0; }
        .dga-paginations .dga-pagination .pagination-bar ul {
          display: flex;
          margin: 0;
          padding: 0; }
          .dga-paginations .dga-pagination .pagination-bar ul li {
            margin: 0px 20px; }
            @media (max-width: 768px) {
              .dga-paginations .dga-pagination .pagination-bar ul li {
                margin: 0px 10px; } }
            .dga-paginations .dga-pagination .pagination-bar ul li.previous {
              font-family: 'boldFont';
              margin: 0px; }
              @media (max-width: 768px) {
                .dga-paginations .dga-pagination .pagination-bar ul li.previous a {
                  padding: 5px 8px; } }
              @media (max-width: 768px) {
                .dga-paginations .dga-pagination .pagination-bar ul li.previous a span {
                  display: none; } }
              .dga-paginations .dga-pagination .pagination-bar ul li.previous a img {
                transform: rotate(180deg);
                vertical-align: middle;
                margin-left: 10px; }
                @media (max-width: 768px) {
                  .dga-paginations .dga-pagination .pagination-bar ul li.previous a img {
                    margin-left: 0px;
                    margin-right: 0px; } }
            .dga-paginations .dga-pagination .pagination-bar ul li.next {
              font-family: 'boldFont';
              margin: 0px; }
              @media (max-width: 768px) {
                .dga-paginations .dga-pagination .pagination-bar ul li.next a {
                  padding: 5px 8px; } }
              @media (max-width: 768px) {
                .dga-paginations .dga-pagination .pagination-bar ul li.next a span {
                  display: none; } }
              .dga-paginations .dga-pagination .pagination-bar ul li.next a img {
                vertical-align: middle;
                margin-right: 10px; }
                @media (max-width: 768px) {
                  .dga-paginations .dga-pagination .pagination-bar ul li.next a img {
                    margin-left: 0px;
                    margin-right: 0px; } }
            .dga-paginations .dga-pagination .pagination-bar ul li .btn-page-num {
              font-size: 1rem;
              color: #8784A7;
              padding: 5px 8px; }
              .dga-paginations .dga-pagination .pagination-bar ul li .btn-page-num.active {
                font-family: 'boldFont';
                color: #37326D; }
              .dga-paginations .dga-pagination .pagination-bar ul li .btn-page-num:hover {
                background: #37326D;
                color: white !important;
                font-weight: 600;
                border-radius: 8px; }
    .dga-paginations .dga-total-page-container {
      margin: 18px;
      margin-top: 33px; }
      @media (max-width: 768px) {
        .dga-paginations .dga-total-page-container {
          margin: 0px;
          margin-bottom: 1rem; } }
      .dga-paginations .dga-total-page-container .dga-total-page {
        font-size: 1rem;
        font-family: 'boldFont';
        color: #757575; }

  [dir="ltr"] .dga-paginations .dga-pagination .pagination-bar ul li.previous img {
    margin-left: 0px;
    margin-right: 10px;
    transform: rotate(0deg); }

  [dir="ltr"] .dga-paginations .dga-pagination .pagination-bar ul li.next img {
    margin-left: 10px;
    margin-right: 0px;
    transform: rotate(180deg); }

  .dga-tabs {
    margin-top: 42px; }
    .dga-tabs .dga-tab-header {
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      padding-top: 28px;
      border: 1px solid #D4C9E0;
      border-radius: 10px; }
      .dga-tabs .dga-tab-header .tab {
        font-size: 18px;
        font-family: 'boldFont';
        color: #37326D;
        cursor: pointer;
        border-bottom: 5px solid #FFFFFF;
        padding-bottom: 25px; }
        @media (max-width: 768px) {
          .dga-tabs .dga-tab-header .tab {
            font-size: 0.875rem; } }
        .dga-tabs .dga-tab-header .tab.active {
          border-bottom: 5px solid #37326D; }
    .dga-tabs .dga-tabContent {
      padding: 44px 10px 10px 10px;
      font-size: 0.875rem;
      color: #37326D; }
      .dga-tabs .dga-tabContent.show {
        display: block; }
      .dga-tabs .dga-tabContent.hide {
        display: none; }

  .dga-textarea-input {
    width: 100%;
    margin-top: 16px;
    padding: 18px 25px;
    font-size: 0.875rem;
    border: unset;
    border-radius: unset;
    background-color: rgba(235, 234, 240, 0.3);
    resize: none; }

  /* header */
  .header .dropdown-menu .dropdown-content li a {
    font-size: 20px !important;
    font-family: "regularFont"; }

  .header .dga-submenutitle .menu-item-title {
    font-size: 18px !important; }

  .header .menu-item-title {
    font-size: 12px !important; }

  .header .dropdown-menu .dropdown-content li a.dga-submenutitle:hover {
    background-color: inherit;
    cursor: auto; }

  .header .menu-drop > img {
    filter: brightness(3);
    transition: all ease 0.3s; }

  .header .dropdown-menu.active .menu-drop > img {
    transform: rotate(180deg); }

  @media (max-width: 991px) {
    .header .dga-submenutitle .menu-item-title {
      font-size: 14px !important; }
    header.header .dropdown-menu .dropdown-content ul {
      width: auto; } }

  .header.fixed-header .header_top_button {
    font-size: 14px; }

  .dropdown-menu {
    display: block;
    min-width: max-content;
    border: none;
    padding: initial;
    border-radius: 0px;
    text-align: initial;
    background-color: initial; }

  .banner {
    height: 492px !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 50px;
    align-items: flex-end;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 50px;
    padding-bottom: 100px;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
    /*background: linear-gradient(186deg, #1d1a3f 0%, #F9436D 35%, #F2C900 100%);*/
    background: linear-gradient(186deg, #1d1a3f 0%, #332f66 35%, #37326d 100%);
    z-index: -1; }

  .banner .video-layer {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%; }

  .banner .bck-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    min-width: 100%;
    width: auto;
    opacity: 0.1;
    pointer-events: none; }

  .banner .banner-title {
    font-family: 'boldFont'; }

  .banner .banner-container {
    /* width: 1140px; */
    align-items: center;
    width: 970px;
    margin: auto;
    padding: 80px 0px 30px;
    position: relative; }

  .banner .banner-text {
    margin: auto;
    /* margin-top: 55px; */
    width: 1140px;
    padding-right: 55px;
    padding-right: 0px;
    top: 130px; }

  .banner .top-banner-text {
    color: #29B3B4;
    font-size: 44px;
    font-family: 'boldFont'; }

  .banner .second-banner-text {
    color: #fff;
    font-size: 32px; }

  .banner .banner-brief {
    color: #FFFFFF;
    font-size: 16px;
    padding-bottom: 15px !important;
    width: 455px; }

  .banner .background-img {
    /*width: 500px;*/
    width: 360px; }

  .banner .dga-banner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #29B3B4;
    border: 1px solid #29B3B4;
    border-radius: 10px 10px 10px 10px;
    font-size: 18px;
    color: #fff;
    min-width: 140px;
    max-width: 140px;
    padding: 5px 25px; }

  .banner .dga-banner-btn:hover {
    text-decoration: none; }

  @media (max-width: 1199px) {
    .banner .banner-container {
      width: 880px; }
    .banner .bck-video {
      height: 100%; }
    .banner .banner-text {
      width: auto; }
    .banner .top-banner-text {
      font-size: 50px;
      width: 100%; }
    .banner .second-banner-text {
      font-size: 32px; }
    .banner .banner-brief {
      font-size: 15px;
      padding-bottom: 30px; }
    .banner .background-img {
      width: 225px; } }

  @media (max-width: 991px) {
    .banner {
      min-height: 800px; }
    .banner .banner-container {
      flex-direction: column-reverse;
      width: 100%;
      align-items: center;
      padding-top: 75px; }
    .banner video {
      height: 100%; }
    .banner .banner-text {
      width: 100%;
      padding-right: 25px;
      margin-top: 20px;
      text-align: center; }
    .banner .banner-brief {
      width: 400px;
      padding-bottom: 20px;
      margin: auto; }
    .banner .top-banner-text {
      font-size: 40px; }
    .banner .second-banner-text {
      font-size: 28px; }
    .banner .dga-banner-btn {
      display: initial; } }

  @media (max-width: 767px) {
    .banner {
      padding: 25px;
      padding-bottom: 120px;
      min-height: 710px; }
    .banner .banner-text {
      padding-right: 0px; }
    .banner .banner-brief {
      width: 450px; }
    .banner .top-banner-text {
      font-size: 40px; }
    .banner .second-banner-text {
      font-size: 25px; }
    .banner .banner-brief {
      font-size: 14px;
      padding-bottom: 25px !important; } }

  @media (max-width: 479px) {
    .banner .banner-text {
      width: 100%; }
    .banner .top-banner-text {
      font-size: 37px; }
    .banner .second-banner-text {
      font-size: 18px; }
    .banner .banner-brief {
      width: 100%;
      font-size: 14px; } }

  .dga-banner-bottom .banner-title h3,
  .dga-banner-bottom .banner-title h3 span {
    font-size: 34px;
    color: #fff; }

  .bread-crombs .breadcrumb-item {
    list-style: none; }

  .bread-crombs .breadcrumb-item:not(:last-child) a:after {
    display: inline-block;
    content: "/";
    padding: 0 5px 0 5px; }

  .dga-footer {
    background: #826CF6;
    border-top: 4px solid #D5D2E1; }
    .dga-footer-body {
      display: flex;
      margin-top: 44px; }
      @media (max-width: 768px) {
        .dga-footer-body {
          display: block; } }
    .dga-footer-section {
      flex: 0 0 25%;
      margin-bottom: 55px; }
      @media (max-width: 768px) {
        .dga-footer-section {
          margin-bottom: 30px; } }
      @media (max-width: 768px) {
        .dga-footer-section-body {
          display: none; } }
      .dga-footer-section-body a {
        display: block;
        margin-top: 16px;
        font-size: 1.25rem;
        color: #FFFFFF; }
        .dga-footer-section-body a:hover {
          color: #FFFFFF;
          text-decoration: none; }
      .dga-footer-section button {
        background: initial;
        border: unset;
        color: #FFFFFF;
        font-size: 1.125rem;
        font-family: "boldFont";
        padding: 0px;
        cursor: auto; }
        @media (max-width: 768px) {
          .dga-footer-section button {
            cursor: pointer;
            display: flex;
            align-items: center; } }
        .dga-footer-section button img {
          display: none;
          transition: all ease 0.3s; }
          @media (max-width: 768px) {
            .dga-footer-section button img {
              display: block;
              margin: 0px 10px;
              width: 14px; }
              .dga-footer-section button img.active {
                transform: rotate(180deg); } }
      .dga-footer-section .accessibility-tools-title,
      .dga-footer-section .social-media-title {
        display: block;
        color: #FFFFFF;
        font-size: 1.125rem;
        font-family: "boldFont"; }
      .dga-footer-section .dga-social-media-container {
        display: flex;
        margin-bottom: 60px; }
        .dga-footer-section .dga-social-media-container .social-media-logo {
          margin: 13px 7px;
          line-height: 0; }
          .dga-footer-section .dga-social-media-container .social-media-logo img {
            width: 31px;
            height: 31px; }
      .dga-footer-section .dga-accessibility-tools-container {
        display: flex; }
        .dga-footer-section .dga-accessibility-tools-container .dga-accessibility-btn {
          background: #FFFFFF;
          border-radius: 100%;
          display: flex;
          width: 31px;
          height: 31px;
          margin: 16px 7px; }
          .dga-footer-section .dga-accessibility-tools-container .dga-accessibility-btn img {
            margin: auto; }
    .dga-footer-policy {
      border-top: 4px solid #D5D2E1;
      padding: 24px 0px; }
      .dga-footer-policy-body {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media (max-width: 768px) {
          .dga-footer-policy-body {
            display: block;
            text-align: center; } }
        .dga-footer-policy-body .links a {
          font-size: 0.875rem;
          color: #FFFFFF;
          margin-left: 13px; }
          .dga-footer-policy-body .links a:last-child {
            margin-left: 0px; }
          .dga-footer-policy-body .links a:hover {
            color: #FFFFFF;
            text-decoration: none; }
        .dga-footer-policy-body .text span {
          font-size: 0.875rem;
          color: #FFFFFF; }

  footer .bottom-footer-links a {
    font-size: 0.875rem; }

  footer .bottom-footer-left p {
    font-size: 0.875rem;
    color: #FFFFFF; }

  .dga-social-media-container a {
    margin: 13px 7px;
    line-height: 0; }

  .dga-social-media-container a img {
    width: 31px;
    height: 31px; }

  .dga-accessibility-tools-container a {
    background: #FFFFFF;
    border-radius: 100%;
    display: flex;
    width: 31px;
    height: 31px;
    margin: 16px 7px; }

  .dga-accessibility-tools-container a img {
    margin: auto; }

  .dga-page-w-filter {
    position: relative; }
    .dga-page-w-filter .dga-fliter {
      margin-bottom: 10px; }
      .dga-page-w-filter .dga-fliter form {
        width: 100% !important; }
      .dga-page-w-filter .dga-fliter .form--inline {
        display: flex; }
        @media (max-width: 768px) {
          .dga-page-w-filter .dga-fliter .form--inline {
            flex-wrap: wrap; } }
        .dga-page-w-filter .dga-fliter .form--inline .form-item {
          float: none;
          margin-right: 0;
          margin-left: unset;
          width: auto; }
          .dga-page-w-filter .dga-fliter .form--inline .form-item.js-form-type-textfield {
            margin-right: auto; }
            @media (max-width: 768px) {
              .dga-page-w-filter .dga-fliter .form--inline .form-item.js-form-type-textfield {
                margin-right: unset;
                margin-left: unset;
                margin-bottom: 10px;
                width: 100%; } }
            .dga-page-w-filter .dga-fliter .form--inline .form-item.js-form-type-textfield input {
              min-width: 300px;
              height: 60px;
              margin: 10px 0px;
              padding: 15px 12px;
              border: 1px solid #757575 !important;
              border-radius: 0px !important;
              background-image: url(../Images/newDesign/zoom.svg);
              background-repeat: no-repeat;
              appearance: none;
              background-position: left 10px center;
              padding-left: 36px; }
              @media (max-width: 768px) {
                .dga-page-w-filter .dga-fliter .form--inline .form-item.js-form-type-textfield input {
                  width: 100%; } }
          .dga-page-w-filter .dga-fliter .form--inline .form-item.js-form-type-select {
            display: flex;
            align-items: center;
            min-width: 250px;
            height: 60px;
            margin: 10px;
            margin-left: 0px;
            padding: 16px 12px;
            padding-top: 17px;
            border: 1px solid #757575; }
            .dga-page-w-filter .dga-fliter .form--inline .form-item.js-form-type-select.form-item-field-dga-glossary-term-target-id {
              display: none; }
            @media (max-width: 768px) {
              .dga-page-w-filter .dga-fliter .form--inline .form-item.js-form-type-select {
                width: 100%;
                margin: unset; } }
            .dga-page-w-filter .dga-fliter .form--inline .form-item.js-form-type-select label {
              font-size: 0.875rem;
              color: #757575; }
            .dga-page-w-filter .dga-fliter .form--inline .form-item.js-form-type-select select.form-select {
              flex: 1;
              border: unset;
              background: transparent;
              background-image: url(../../Images/newDesign/filtration-bar-icon2.svg);
              background-repeat: no-repeat;
              background-position: left 10px center;
              appearance: none;
              font-family: 'boldFont';
              font-size: 0.75rem !important;
              color: #37326D;
              font-size: 0.875rem;
              margin-right: 12px; }
    .dga-page-w-filter .dga-show-item {
      position: absolute;
      top: 24px;
      font-size: 1.125rem;
      font-family: 'boldFont';
      color: #757575;
      margin-left: auto; }
      @media (max-width: 768px) {
        .dga-page-w-filter .dga-show-item {
          margin-bottom: 30px;
          position: initial; } }

  [dir="ltr"] .dga-page-w-filter .dga-fliter .form--inline .form-item.js-form-type-textfield {
    margin-right: unset;
    margin-left: auto; }
    [dir="ltr"] .dga-page-w-filter .dga-fliter .form--inline .form-item.js-form-type-textfield input {
      background-position: right 10px center;
      padding-left: 15px;
      padding-right: 36px; }

  [dir="ltr"] .dga-page-w-filter .dga-fliter .form--inline .form-item.js-form-type-select {
    margin-left: 10px;
    margin-right: 0px; }
    @media (max-width: 768px) {
      [dir="ltr"] .dga-page-w-filter .dga-fliter .form--inline .form-item.js-form-type-select {
        margin-left: unset; } }
    [dir="ltr"] .dga-page-w-filter .dga-fliter .form--inline .form-item.js-form-type-select select.form-select {
      background-position: right 10px center;
      appearance: none;
      margin-right: 0px;
      margin-left: 12px; }

  .dga-rating {
    margin-top: 120px;
    border-top: 2px solid #37326D;
    border-bottom: 2px solid #37326D; }
    @media (max-width: 992px) {
      .dga-rating {
        margin-top: 160px; } }
    @media (max-width: 768px) {
      .dga-rating {
        margin-top: 60px; } }
    .dga-rating-header {
      display: flex;
      align-items: center;
      padding: 30px 12px; }
      .dga-rating-header .rating-table tbody {
        flex-direction: row; }
        @media (max-width: 768px) {
          .dga-rating-header .rating-table tbody {
            flex-direction: column; } }
        .dga-rating-header .rating-table tbody tr.rating-table-tr:nth-child(1) {
          margin: 0px 10px;
          order: 1; }
          @media (max-width: 768px) {
            .dga-rating-header .rating-table tbody tr.rating-table-tr:nth-child(1) {
              margin: 5px 0px; } }
        .dga-rating-header .rating-table tbody tr.rating-table-tr:last-of-type {
          color: #37326D;
          font-size: 0.625rem;
          order: 0; }
          @media (max-width: 768px) {
            .dga-rating-header .rating-table tbody tr.rating-table-tr:last-of-type {
              margin-bottom: 5px; } }
      @media (max-width: 768px) {
        .dga-rating-header {
          flex-direction: column; } }
      .dga-rating-header .stars {
        margin: 0 12px; }
        @media (max-width: 768px) {
          .dga-rating-header .stars {
            margin-top: 10px;
            margin-bottom: 10px; } }
        .dga-rating-header .stars img {
          vertical-align: middle;
          cursor: pointer; }
      .dga-rating-header .your-rate, .dga-rating-header .num-rating {
        color: #37326D;
        font-size: 0.75rem; }
      .dga-rating-header .rate-btn-container {
        margin-right: auto; }
        @media (max-width: 768px) {
          .dga-rating-header .rate-btn-container {
            margin-right: unset;
            margin-top: 15px; } }
    .dga-rating-body {
      display: none;
      padding: 60px 12px; }
      .dga-rating-body .rating-table tbody tr.rating-table-tr:nth-child(1) {
        margin-top: 9px; }
      .dga-rating-body .rating-table tbody tr.rating-table-tr:last-of-type {
        color: #37326D;
        font-size: 0.625rem; }
      .dga-rating-body .close-btn {
        font-size: 0.875rem;
        color: #37326D; }
        @media (max-width: 768px) {
          .dga-rating-body .close-btn {
            font-size: 0px; } }
        .dga-rating-body .close-btn img {
          width: 12px;
          vertical-align: middle;
          margin: 0 10px;
          cursor: pointer; }
    .dga-rating .dga-rating-form {
      margin-top: 40px; }
      .dga-rating .dga-rating-form .star-img img {
        cursor: pointer; }
      .dga-rating .dga-rating-form .dga-primary-btn {
        margin-top: 24px;
        float: left; }
        @media (max-width: 768px) {
          .dga-rating .dga-rating-form .dga-primary-btn {
            float: unset; } }

  [dir="ltr"] .dga-rating-header .rate-btn-container {
    margin-right: unset;
    margin-left: auto; }
    @media (max-width: 768px) {
      [dir="ltr"] .dga-rating-header .rate-btn-container {
        margin-left: unset; } }

  [dir="ltr"] .dga-rating .dga-rating-form .dga-primary-btn {
    float: right; }
    @media (max-width: 768px) {
      [dir="ltr"] .dga-rating .dga-rating-form .dga-primary-btn {
        float: unset; } }

  .dga-news-section,
  .dga-services-section,
  .dga-programs-section,
  .dga-knowledge-section,
  .dga-top-pages-visit-section {
    padding-top: 50px;
    padding-bottom: 40px; }

  .slider.programs-slider,
  .slider.knowledge-slider,
  .slider.news-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 1088px) {
      .slider.programs-slider,
      .slider.knowledge-slider,
      .slider.news-slider {
        justify-content: space-evenly; } }

  .dga-programs-section {
    background-color: rgba(235, 234, 240, 0.3); }

  .dga-header-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 33px; }
    .dga-header-section .dga-section-title {
      color: #2a206a; }
      .dga-header-section .dga-section-title h3 {
        color: #F9436D; }
      .dga-header-section .dga-section-title p {
        font-size: 1.125rem;
        color: #757575;
        margin-top: 10px; }
        @media (max-width: 768px) {
          .dga-header-section .dga-section-title p {
            margin-bottom: 20px;
            margin-top: 10px; } }
    @media (max-width: 768px) {
      .dga-header-section {
        align-items: baseline; }
        .dga-header-section h3 {
          font-size: 1.5rem; }
        .dga-header-section .dga-secondary-btn-o {
          display: block; } }

  .dga-indicators-digitial {
    margin-top: -110px;
    padding-top: 116px;
    padding-bottom: 50px;
    background: rgba(233, 247, 247, 0.44); }
    .dga-indicators-digitial .title {
      color: #37326D; }
    .dga-indicators-digitial .description, .dga-indicators-digitial .dga-news-card .dga-card-body .date, .dga-news-card .dga-card-body .dga-indicators-digitial .date {
      font-size: 1.125rem;
      color: #757575;
      margin-top: 10px; }
    @media (max-width: 768px) {
      .dga-indicators-digitial {
        margin-top: 0px;
        padding-top: 50px; } }

  @media (max-width: 768px) {
    .dga-news-section .dga-body-section,
    .dga-programs-section .dga-body-section .row,
    .dga-knowledge-section .dga-body-section .row {
      justify-content: center; } }

  @media (max-width: 768px) {
    .dga-top-pages-visit-section .dga-body-section.row {
      justify-content: start; } }

  .dga-news-card,
  .dga-program-card,
  .dga-knowledge-card,
  .dga-top-pages-visit-card,
  .dga-service-card {
    transition: all ease 0.3s; }

  .dga-news-card:hover,
  .dga-program-card:hover,
  .dga-knowledge-card:hover,
  .dga-top-pages-visit-card:hover,
  .dga-service-card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }

  .dga-description-section {
    margin-top: 30px; }

  @media (max-width: 768px) {
    .dga-body-section.news .row {
      justify-content: center; } }

  .dga-news-details-header {
    background: #F0EDF5;
    padding: 27px; }
    @media (max-width: 768px) {
      .dga-news-details-header {
        padding: 27px 0px; } }
    .dga-news-details-header h2 {
      color: #2a206b; }
    .dga-news-details-header h3 {
      margin-top: 20px; }
    .dga-news-details-header .dga-tag-purple-30 {
      min-width: 86px;
      margin: 0px;
      margin-top: 20px; }
    .dga-news-details-header .description, .dga-news-details-header .dga-news-card .dga-card-body .date, .dga-news-card .dga-card-body .dga-news-details-header .date {
      font-size: 0.875rem;
      color: #37326D;
      margin-top: 10px; }
    .dga-news-details-header .posted-date {
      display: flex;
      margin-top: 18px; }
      @media (max-width: 768px) {
        .dga-news-details-header .posted-date {
          display: block; } }
      .dga-news-details-header .posted-date span {
        font-size: 0.875rem;
        color: #37326D;
        font-weight: bold;
        margin: 0 8px; }
      .dga-news-details-header .posted-date a {
        font-size: 0.875rem;
        color: #37326D;
        font-weight: bold;
        margin: 0 8px;
        text-decoration: underline; }
    .dga-news-details-header .dga-share-box {
      width: auto;
      background: #FFFFFF;
      border: 1px solid #D4C9E0;
      border-radius: 10px;
      text-align: center;
      padding: 30px; }
      @media (max-width: 768px) {
        .dga-news-details-header .dga-share-box {
          width: auto;
          margin-top: 15px; } }
      .dga-news-details-header .dga-share-box img {
        width: 31px;
        height: 31px;
        margin: 7px; }
      .dga-news-details-header .dga-share-box .social-sharing-buttons {
        margin: 0px !important; }
        .dga-news-details-header .dga-share-box .social-sharing-buttons a {
          background: #6F4B99;
          border-radius: 100px;
          padding: 4px;
          width: 31px;
          height: 31px; }
        .dga-news-details-header .dga-share-box .social-sharing-buttons svg {
          filter: invert(1); }

  .dga-news-description-header {
    background: #F0EDF5;
    margin-top: -20px;
    padding-bottom: 27px; }
    .dga-news-description-header .description, .dga-news-description-header .dga-news-card .dga-card-body .date, .dga-news-card .dga-card-body .dga-news-description-header .date {
      font-size: 0.875rem;
      color: #37326D;
      margin-top: 10px; }
    .dga-news-description-header .posted-date {
      display: flex;
      margin-top: 18px;
      align-items: baseline; }
      @media (max-width: 768px) {
        .dga-news-description-header .posted-date {
          display: block; } }
      .dga-news-description-header .posted-date span {
        font-size: 0.875rem;
        color: #37326D;
        font-weight: bold;
        margin: 0 8px; }
      .dga-news-description-header .posted-date a {
        font-size: 0.875rem;
        color: #37326D;
        font-weight: bold;
        margin: 0 8px;
        text-decoration: underline; }

  .dga-body-section .dga-news-details {
    margin: 60px auto;
    width: 70%; }
    @media (max-width: 768px) {
      .dga-body-section .dga-news-details {
        width: 100%; } }
    .dga-body-section .dga-news-details img {
      width: 100%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
      margin-bottom: 10px; }
      .dga-body-section .dga-news-details img:first-of-type {
        margin-top: 0px;
        margin-bottom: 40px; }

  .sharebox-mobile {
    display: none; }

  @media (max-width: 768px) {
    .dga-news-details-header .dga-share-box {
      display: none; }
    .sharebox-mobile {
      display: block;
      padding: 10px;
      width: 100%;
      background: #F0EDF5;
      text-align: center; }
      .sharebox-mobile .dga-share-box {
        width: auto;
        background: #FFFFFF;
        border: 1px solid #D4C9E0;
        text-align: center;
        padding: 30px;
        border-bottom: 0px;
        border-radius: 10px 10px 0px 0px;
        padding-bottom: 10px; }
      .sharebox-mobile .social-sharing-buttons {
        margin: 0 !important;
        width: auto;
        background: #FFFFFF;
        border: 1px solid #D4C9E0;
        text-align: center;
        padding: 30px;
        padding-top: 0px;
        border-top: 0px;
        border-radius: 0px 0px 10px 10px; }
        .sharebox-mobile .social-sharing-buttons a {
          background: #6F4B99;
          border-radius: 100px;
          padding: 4px;
          width: 31px;
          height: 31px; }
          .sharebox-mobile .social-sharing-buttons a svg {
            fill: #FFFFFF; }
            .sharebox-mobile .social-sharing-buttons a svg use, .sharebox-mobile .social-sharing-buttons a svg path {
              filter: invert(1) !important; } }

  .dga-services-details-header {
    background: #F0EDF5;
    padding: 27px; }
    @media (max-width: 768px) {
      .dga-services-details-header {
        padding: 27px 0px; } }
    .dga-services-details-header .services-title-section {
      display: flex; }
      @media (max-width: 768px) {
        .dga-services-details-header .services-title-section {
          display: block;
          margin-bottom: 20px; } }
      .dga-services-details-header .services-title-section h3 {
        margin-top: 20px;
        width: 77%; }
        @media (max-width: 768px) {
          .dga-services-details-header .services-title-section h3 {
            width: 100%; } }
      .dga-services-details-header .services-title-section .services-btn {
        margin-right: auto;
        margin-top: 31px; }
    .dga-services-details-header p.dga-text-primary {
      width: 80%; }
      @media (max-width: 768px) {
        .dga-services-details-header p.dga-text-primary {
          width: 100%; } }
    .dga-services-details-header .dga-tag-purple-30 {
      min-width: 86px;
      margin: 0px;
      margin-top: 20px; }
    .dga-services-details-header .dga-service-list-card-container {
      position: relative;
      margin-top: 48px; }
      .dga-services-details-header .dga-service-list-card-container .dga-service-list-card {
        position: absolute;
        width: 100%;
        background: #FFFFFF;
        border: 1px solid #D4C9E0;
        border-radius: 10px;
        padding: 35px 0px; }
        @media (max-width: 768px) {
          .dga-services-details-header .dga-service-list-card-container .dga-service-list-card {
            position: initial; } }
        .dga-services-details-header .dga-service-list-card-container .dga-service-list-card .dga-servic-info-card {
          display: flex;
          padding: 0 35px;
          align-items: center;
          margin-bottom: 28px; }
          .dga-services-details-header .dga-service-list-card-container .dga-service-list-card .dga-servic-info-card:last-child {
            margin-bottom: 0px; }
          .dga-services-details-header .dga-service-list-card-container .dga-service-list-card .dga-servic-info-card img {
            width: 30px;
            height: 30px; }
          .dga-services-details-header .dga-service-list-card-container .dga-service-list-card .dga-servic-info-card .title span {
            display: block;
            margin: 0px 16px; }
        .dga-services-details-header .dga-service-list-card-container .dga-service-list-card a.dga-primary-link {
          padding: 35px;
          display: block;
          border-top: 1px solid #C3C1D3; }
        .dga-services-details-header .dga-service-list-card-container .dga-service-list-card a.dga-primary-btn-o {
          display: block;
          margin: 0 35px;
          margin-bottom: 14px;
          font-family: "boldFont"; }

  .dga-body-section.services-card {
    min-height: 460px; }
    @media (max-width: 768px) {
      .dga-body-section.services-card {
        min-height: auto; } }

  [dir="ltr"] .dga-services-details-header .services-title-section .services-btn {
    margin-right: unset;
    margin-left: auto; }

  @media (max-width: 768px) {
    .dga-body-section.services .row {
      justify-content: center; } }

  .dga-filter-checkbox {
    margin-top: 70px; }
    @media (max-width: 768px) {
      .dga-filter-checkbox {
        margin-top: 10px; } }
    .dga-filter-checkbox span.fieldset-legend {
      font-size: 1.125rem;
      color: #757575;
      font-family: "boldFont";
      margin-bottom: 27px;
      display: block; }
    .dga-filter-checkbox .fieldset-wrapper {
      max-height: 160px;
      overflow-y: scroll;
      margin-bottom: 10px; }
      .dga-filter-checkbox .fieldset-wrapper::-webkit-scrollbar-track {
        background-color: #EBEAF0; }
      .dga-filter-checkbox .fieldset-wrapper::-webkit-scrollbar {
        width: 6px;
        background-color: #EBEAF0; }
      .dga-filter-checkbox .fieldset-wrapper::-webkit-scrollbar-thumb {
        background-color: #37326D; }
    .dga-filter-checkbox .dga-category {
      border-bottom: 1px solid #EBEAF0;
      margin-bottom: 35px; }

  .glossary-btn-container {
    float: left;
    display: flex; }
    .glossary-btn-container .dga-purple-btn:first-of-type {
      margin: 10px; }

  [dir="ltr"] .glossary-btn-container {
    float: right; }

  @media (max-width: 768px) {
    .glossary-btn-container {
      float: none;
      display: flex;
      flex-direction: column; }
      .glossary-btn-container .dga-purple-btn:first-of-type {
        margin: 10px 0px;
        display: block; } }

  .dga-glossary-card tr.rating-table-tr:nth-child(1),
  .posted-date tr.rating-table-tr:nth-child(1) {
    font-size: 12px;
    font-weight: 100;
    margin-bottom: 0px; }

  .posted-date tr.rating-table-tr:nth-child(1) {
    color: #37326D; }

  .dga-glossary-card div.thumbsup-rating-wrapper > div > label.thumbsup-rating-label,
  .posted-date div.thumbsup-rating-wrapper > div > label.thumbsup-rating-label {
    margin-bottom: 0px; }

  .posted-date div.thumbsup-rating-wrapper > div > label.thumbsup-rating-label {
    color: #29B3B4; }

  .dga-glossary-card div.thumbsup-rating-wrapper > div > label.thumbsup-rating-label:hover,
  .dga-glossary-card div.thumbsup-rating-wrapper > div > label.thumbsup-rating-label:active,
  .dga-glossary-card div.thumbsup-rating-wrapper > div > label.thumbsup-rating-label:focus {
    color: #B8B2AC; }

  .posted-date div.thumbsup-rating-wrapper > div > label.thumbsup-rating-label:hover,
  .posted-date div.thumbsup-rating-wrapper > div > label.thumbsup-rating-label:active,
  .posted-date div.thumbsup-rating-wrapper > div > label.thumbsup-rating-label:focus {
    color: #37326D; }

  .dga-glossary-card .rating-table td:last-child,
  .posted-date .rating-table td:last-child {
    display: none; }

  .dga-glossary-card div.thumbsup-rating-wrapper > div.form-type-radio,
  .posted-date div.thumbsup-rating-wrapper > div.form-type-radio {
    display: flex;
    align-items: baseline;
    margin-bottom: 0px; }

  .dga-glossary-card div.thumbsup-rating-wrapper > div > div.rating-option-result,
  .posted-date div.thumbsup-rating-wrapper > div > div.rating-option-result {
    padding: 0px 5px; }

  .dga-glossary-card div.thumbsup-rating-wrapper > div > label.thumbsup-rating-label-up:before,
  .posted-date div.thumbsup-rating-wrapper > div > label.thumbsup-rating-label-up:before {
    font-size: 1.4em;
    font-weight: 100; }

  .rating-option-result {
    font-size: 0.875rem;
    font-weight: bold; }

  .modal-popup .modal-popup-section {
    width: 95% !important;
    border-radius: 0px;
    background: transparent !important;
    padding: 0px !important; }

  .regulatory-third-brief {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }

  .regulatory-third-card {
    width: 183px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #242855;
    padding: 20px;
    text-align: center;
    border: 1px solid #242855;
    border-radius: 25px; }

  .regulatory-third-card .title {
    display: flex;
    color: white;
    font-size: 10px;
    font-family: "boldFont"; }

  .regulatory-third-card .title:first-of-type {
    font-size: 14px; }

  .regulatory-framework-page .regulatory-fifth-box {
    margin-top: 0px; }

  .regulatory-slider-box {
    background: #F5F5F5;
    padding-top: 12px;
    padding-bottom: 17px; }

  .regulatory-slider-box-container {
    margin: 0px 40px;
    border: 1px solid #C4C4C4;
    border-radius: 14px; }

  .regulatory-slider-box-container .title-box {
    padding: 13px;
    background-color: #6F4B99;
    border-radius: 14px;
    text-align: center; }

  .regulatory-slider-box-container .title-box h3 {
    font-size: 28px;
    font-weight: bold;
    color: #ffff; }

  .regulatory-slider-box-container .slider-title {
    font-size: 18px;
    color: #6C6C6C;
    text-align: center;
    margin-top: 19px;
    margin-bottom: 14px; }

  .regulatory-slider-card {
    background: #FFFF;
    box-shadow: 0px 3px 16px #00000014;
    border-radius: 10px;
    padding: 17px 20px;
    margin: 0 5px;
    text-align: center; }

  .regulatory-slider-card span {
    color: #6C6C6C;
    font-size: 14px;
    font-weight: bold; }

  .regulatory-slider-box .slick-slider .slick-dots {
    margin-top: 15px;
    margin-bottom: 15px; }

  .regulatory-framework-page .regulatory-fifth-box .regulatory-box-title {
    min-height: auto; }

  .regulatory-framework-page .regulatory-fifth-box .regulatory-box-title:first-of-type {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 12px; }

  .regulatory-framework-page .regulatory-fifth-box .regulatory-box-title:last-of-type {
    margin-top: auto;
    font-size: 10px; }

  .regulatory-framework-page .regulatory-fifth-box .regulatory-box {
    display: flex;
    flex-direction: column; }

  .regulatory-framework-page .regulatory-fifth-box {
    margin-top: 0px; }

  .regulatory-framework-page .regulatory-fifth-box {
    padding-bottom: 17px; }

  .regulatory-framework-page .regulatory-third-box {
    padding-bottom: 30px;
    margin-top: 30px; }

  .regulatory-framework-page .regulatory-boxies {
    gap: 7px; }

  .regulatory-framework-page .regulatory-fifth-box .regulatory-box {
    flex-basis: 11.5%; }

  .regulatory-framework-page .regulatory-first-box {
    background-repeat: no-repeat;
    background-size: cover; }

  .modal-popup .modal-popup-section .close-modal-popup.regulatory-framework {
    left: 100px;
    top: 130px;
    filter: brightness(0.5); }

  .regulatory-framework-page .regulatory-second-box {
    padding-top: 70px; }

  @media (max-width: 768px) {
    .regulatory-third-brief {
      justify-content: space-between;
      flex-direction: column;
      align-items: center; }
    .regulatory-third-card {
      margin-bottom: 10px; }
    .regulatory-framework-page .regulatory-third-box {
      margin-bottom: 17px; }
    .regulatory-slider-box-container {
      margin: 0px 20px; }
    .modal-popup .modal-popup-section .close-modal-popup.regulatory-framework {
      left: 17px;
      top: 100px; } }

  .dga-page-w-filter .digital-knowledge .col-md-4 .dga-knowledge-card {
    width: auto; }

  .dga-contant-container {
    margin-top: 44px; }
    .dga-contant-container p {
      font-size: 0.75rem;
      color: #37326D;
      margin-top: 10px; }

  .dga-services-details-header .posted-date .date {
    font-size: 0.875rem;
    color: #37326D;
    font-weight: bold;
    margin: 0 8px; }

  .slider.knowledge-details-slider {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      .slider.knowledge-details-slider {
        display: block; } }
    .slider.knowledge-details-slider .slide-item .dga-knowledge-card {
      width: 273px; }
      @media (max-width: 768px) {
        .slider.knowledge-details-slider .slide-item .dga-knowledge-card {
          width: auto; } }
    .slider.knowledge-details-slider .slick-dots {
      margin-top: 10px;
      margin-bottom: 30px; }

  .dga-filter-checkbox.digknow-filter .fieldset-wrapper {
    max-height: initial;
    overflow-y: unset; }

  @media (max-width: 768px) {
    .dga-filter-checkbox.digknow-filter .fieldset-wrapper {
      max-height: 160px;
      overflow-y: scroll; } }

  .dga-body-section.programs-list {
    margin-bottom: 70px; }
    .dga-body-section.programs-list .dga-program-card {
      border-color: #6F4B99; }
      .dga-body-section.programs-list .dga-program-card .title {
        color: #6F4B99; }

  /* Indicators */
  .dga-indicators-list {
    padding-bottom: 20px;
    background-color: rgba(233, 247, 247, 0.44); }
    .dga-indicators-list ul {
      background: #FFFFFF;
      padding-left: 22px;
      padding-right: 116px;
      list-style-type: none; }
      @media (max-width: 768px) {
        .dga-indicators-list ul {
          padding-right: 57px; } }
      .dga-indicators-list ul li {
        line-height: 25px;
        position: relative;
        padding: 50px 15px 80px 15px; }
        @media (max-width: 768px) {
          .dga-indicators-list ul li {
            padding: 50px 15px 20px 15px; } }
        .dga-indicators-list ul li:before {
          position: absolute;
          right: -42px;
          background: #37326D0D;
          content: " ";
          border: 4px solid #37326D0D;
          border-radius: 100px;
          display: inline-block;
          width: 40px;
          height: 40px; }
        .dga-indicators-list ul li:after {
          content: " ";
          background: #ECEAEF;
          width: 2px;
          height: calc(100% + 68px);
          display: block;
          position: absolute;
          right: -23px;
          top: 89px; }
        .dga-indicators-list ul li:last-child {
          margin-bottom: 107px; }
        .dga-indicators-list ul li .dga-indicator-contanier {
          position: relative; }
          .dga-indicators-list ul li .dga-indicator-contanier h3 {
            margin-bottom: 26px; }
            .dga-indicators-list ul li .dga-indicator-contanier h3 a {
              font-size: 1.625rem;
              color: #37326D;
              font-family: "boldFont"; }
              @media (max-width: 768px) {
                .dga-indicators-list ul li .dga-indicator-contanier h3 a {
                  font-size: 1.125rem; } }
          .dga-indicators-list ul li .dga-indicator-contanier p {
            font-size: 0.875rem;
            color: #37326D;
            padding-bottom: 12px; }
          .dga-indicators-list ul li .dga-indicator-contanier .download-bnt-contanier {
            display: flex;
            position: absolute;
            bottom: -155px; }
            @media (max-width: 768px) {
              .dga-indicators-list ul li .dga-indicator-contanier .download-bnt-contanier {
                position: initial;
                display: inline-grid; } }
            .dga-indicators-list ul li .dga-indicator-contanier .download-bnt-contanier .download-bnt {
              width: 257px;
              border: 1px solid #F0EDF5;
              border-radius: 0px;
              box-shadow: 0px 0px 5px #0000001A;
              background: #FFFFFF;
              color: #37326D;
              font-family: "boldFont";
              font-size: 1.125rem;
              padding: 20px 10px;
              margin-left: 15px;
              text-decoration: none;
              display: flex;
              flex-direction: column;
              align-items: center; }
              @media (max-width: 992px) {
                .dga-indicators-list ul li .dga-indicator-contanier .download-bnt-contanier .download-bnt {
                  width: auto; } }
              @media (max-width: 768px) {
                .dga-indicators-list ul li .dga-indicator-contanier .download-bnt-contanier .download-bnt {
                  width: 257px;
                  margin-bottom: 10px;
                  margin-left: 0px;
                  margin-right: 0px; } }
              .dga-indicators-list ul li .dga-indicator-contanier .download-bnt-contanier .download-bnt img {
                width: fit-content;
                margin-bottom: 20px; }
      .dga-indicators-list ul:last-of-type li:after {
        height: 0%; }
    .dga-indicators-list.licenses ul li .dga-indicator-contanier .description-box {
      display: flex; }
      @media (max-width: 768px) {
        .dga-indicators-list.licenses ul li .dga-indicator-contanier .description-box {
          display: block; } }
      .dga-indicators-list.licenses ul li .dga-indicator-contanier .description-box span {
        flex-basis: 120px;
        color: #37326D;
        font-size: 0.875rem;
        font-family: 'boldFont'; }
      .dga-indicators-list.licenses ul li .dga-indicator-contanier .description-box p {
        font-size: 0.875rem;
        padding-bottom: 10px; }
    .dga-indicators-list.licenses ul li .dga-indicator-contanier h6 {
      color: #37326D; }
    .dga-indicators-list.licenses ul li:before {
      background-image: url("../../Images/newDesign/license-badge.svg");
      background-position: center;
      background-size: 15px;
      background-repeat: no-repeat; }
    .dga-indicators-list.licenses ul li:after {
      height: 0; }
    .dga-indicators-list.licenses ul:first-of-type li:before {
      background-image: url("../../Images/newDesign/license-online.svg");
      background-position: center;
      background-size: 15px;
      background-repeat: no-repeat; }

  [dir="ltr"] .dga-indicators-list ul {
    padding-right: 22px;
    padding-left: 116px; }
    @media (max-width: 768px) {
      [dir="ltr"] .dga-indicators-list ul {
        padding-left: 57px; } }

  [dir="ltr"] .dga-indicators-list ul li:after {
    left: -23px; }

  [dir="ltr"] .dga-indicators-list ul li:before {
    left: -42px; }

  [dir="ltr"] .dga-indicators-list ul li .dga-indicator-contanier .download-bnt-contanier .download-bnt {
    margin-right: 15px;
    margin-left: 0px; }

  /* Indicators End */
  .dga-error-container {
    text-align: center;
    padding: 50px 30px; }
    @media (max-width: 768px) {
      .dga-error-container img {
        width: 100%; } }
    .dga-error-container h1 {
      margin-top: 24px;
      color: #37326D;
      margin-bottom: 26px; }
      @media (max-width: 768px) {
        .dga-error-container h1 {
          font-size: 32px; } }
    .dga-error-container p {
      color: #37326D;
      font-size: 0.875rem;
      margin-bottom: 20px; }
    .dga-error-container .dga-suggestion-link-container a {
      color: #6F4B99;
      margin: 0px 7px;
      padding: 1px 13px;
      border: 1px solid #B7A5CC;
      border-radius: 14px;
      margin-bottom: 10px;
      display: inline-flex; }

  .event-list .event-card {
    background: #fff;
    box-shadow: none;
    border: 1px solid #f5f5f5;
    border-radius: 0px;
    padding: 17px;
    color: #37326d;
    width: 25%;
    margin: 0px;
    display: flex;
    flex-direction: column; }
    .event-list .event-card .title {
      font-size: 18px;
      font-family: 'boldFont'; }
    .event-list .event-card .tag {
      font-size: 10px;
      font-family: 'boldFont';
      margin-top: 10px;
      order: 1; }

  .event-list table {
    border: none; }

  .event-list table {
    box-shadow: none; }

  .calendar-view-table thead tr {
    color: gray;
    background: white;
    border-radius: 0px;
    text-align: right; }

  .calendar-view-table th {
    border: 1px solid #ededed; }

  .calendar-view-day__number {
    justify-content: flex-start; }

  .calendar-view-day {
    padding: 0 10px 0 0px; }

  /* new color editing*/
  .cx-sidebar.position-right {
    background-color: #7c32c9;
    width: 66px !important;
    min-width: unset !important;
    transition: all ease 0.3s; }

  .tablefield-wrapper table thead tr {
    background: #2a206a;
    color: #fff;
    text-align: center; }

  .tablefield-wrapper table tbody tr td:first-of-type {
    border-left: 2px solid #CECECE;
    text-align: center;
    background: #eae9ee;
    color: #2b2a6a;
    font-weight: bold; }

  .tablefield-wrapper table tbody tr td:first-of-type a {
    color: #2b2a6a; }

  .filtration-items .filtration-item a {
    color: #734C9E; }

  .filtration-items .filtration-item {
    border: 1px solid #734C9E;
    border-radius: 25px;
    padding: 5px 20px;
    margin: 5px;
    align-items: center;
    cursor: pointer;
    background-color: #fff; }

  section.dga-news-details-header h2 {
    color: #2a206b; }

  /* end new color editing*/
  /* custome */
  .media-page .media-box {
    flex-basis: calc(33.33% - 18px);
    width: calc(33.33% - 18px);
    border-radius: 15px;
    position: relative; }

  @media (max-width: 991px) {
    .media-page .media-box {
      flex-basis: calc(50% - 10px);
      min-width: calc(50% - 10px); } }

  @media (max-width: 767px) {
    .media-page .media-box {
      min-width: 100%; } }

  .ads-image img {
    width: 100%;
    height: 130px;
    object-fit: cover; }

  #views-exposed-form-listing-services-page-1,
  #views-exposed-form-listing-pdf-page-1 {
    position: relative;
    padding: 0 !important;
    padding-left: 0 !important;
    overflow: hidden;
    width: 55%; }

  #views-exposed-form-listing-services-page-1 input[type=text],
  #views-exposed-form-listing-pdf-page-1 input[type=text] {
    width: 100%;
    padding: 8px 15px 5px;
    padding-left: 35px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    font-size: 16px; }

  #views-exposed-form-listing-services-page-1 .button,
  #views-exposed-form-listing-pdf-page-1 .button {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    left: 15px;
    height: 17px;
    background: url("../Images/filtration-search-icon.svg") no-repeat;
    border: none;
    color: #fff; }

  #views-exposed-form-listing-services-page-1 .form-item-field-category-service-target-id,
  #views-exposed-form-listing-services-page-1 .form-item-field-beneficiarie-service-target-id,
  #views-exposed-form-listing-pdf-page-1 .form-item-field-category-pdf-target-id {
    display: none; }

  #views-exposed-form-listing-services-page-1 .form-item-sort-by,
  #views-exposed-form-listing-services-page-1 .form-item-sort-order,
  #views-exposed-form-listing-pdf-page-1 .form-item-sort-by,
  #views-exposed-form-listing-pdf-page-1 .form-item-sort-order {
    display: none; }

  .js-form-item {
    width: 100%;
    margin-bottom: 30px;
    align-items: center; }

  .frequently-asked-questions .main-questions .question.active .question-brief-container {
    max-height: 1500px; }

  .contact-us-form label {
    flex-basis: calc(100% - 480px);
    display: inline-block;
    font-size: 17px;
    width: calc(100% - 480px); }

  .contact-us-form .form-textarea-wrapper {
    flex-basis: calc(100% - 0px);
    width: calc(100% - 0px);
    display: inline-flex; }

  .contact-us-form input[type=submit] {
    border: 1px solid #30346E;
    color: #fff;
    background-color: #30346E;
    padding: 5px 40px;
    width: 150px;
    float: left; }

  .contact-us-form form {
    margin-top: 20px;
    padding: 30px 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 20px rgba(224, 224, 224, 0.15);
    margin-left: 20px; }

  .media-title a {
    color: #fff; }

  .contact-us-form {
    flex-basis: 65%;
    width: 65%;
    float: right; }

  .contact-contact {
    flex-basis: 35%;
    width: 35%;
    float: right; }

  .center-box-content a {
    color: #fff; }

  .contact-us-page .dga-wrapper {
    width: 950px;
    display: flex; }

  @media (max-width: 991px) {
    .contact-us-page .contact-us-form {
      flex-basis: 100%;
      width: 100%; } }

  @media (max-width: 768px) {
    .contact-us-page .dga-wrapper {
      width: auto !important;
      display: block !important; }
    .contact-us-container.left-formulaire:after {
      content: '';
      display: block;
      clear: both; } }

  @media (max-width: 767px) {
    .contact-contact {
      flex-basis: 100%;
      width: 100%; }
    .contact-us-form {
      flex-basis: 100%;
      width: 100%; } }

  @media (max-width: 479px) {
    .contact-us-form form {
      margin-left: 0px;
      padding: 30px 40px; }
    .contact-contact h3 {
      padding: 10px 0px; }
    [dir="rtl"] .contact-us-form form {
      margin-left: 0px;
      padding: 30px 40px 70px; } }

  [dir="ltr"] .contact-us-page .contact-us-form {
    float: left; }

  .top-banner .banner-title h2 {
    font-size: 34px;
    color: white;
    flex-basis: 70%;
    font-family: "boldFont"; }

  .top-banner .banner-container {
    padding: 20px 10px !important;
    padding-bottom: 90px; }

  .top-left-header ul.links li a {
    text-decoration: none; }

  .top-left-header ul.links .is-active {
    display: none; }

  .news-inner .nodeImg img {
    max-width: 100%; }

  /********* Regulatory **********/
  .regulatory-first-box h2 {
    color: #30346E;
    font-size: 44px;
    padding: 10px 0;
    padding-top: 35px;
    font-family: "boldFont"; }

  img.regulatory-box-img {
    height: 50px; }

  .rf_bloc_menu_3 {
    width: 50%;
    float: right;
    padding: 15px; }

  .rf_bloc_menu_4 {
    width: 50%;
    float: right;
    padding: 15px; }

  .regulatory-second-box a,
  .bloc-modal-icon .modal-titre a {
    color: #30346E; }

  .bloc-modal-icon {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    background-color: #29b3b4;
    border-radius: 10px;
    padding-bottom: 0px !important;
    padding: 0px 10px;
    color: #fff; }

  .page-list-fixed .bloc-modal-icon .modal-icon {
    width: 50px;
    border-radius: 10px;
    padding: 5px;
    padding: 10px;
    cursor: pointer;
    background-color: #29b3b4 !important; }

  .bloc-modal-icon .modal-titre {
    float: left;
    margin-bottom: 10px;
    padding-top: 11px;
    color: #fff;
    margin-left: 16px;
    font-weight: bold;
    cursor: pointer; }

  /* Mixins should not have CSS properties ex: .class {..} */
  /* Add below your website's variable */
  /* Add below your website's variable */
  .modal-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; }

  .modal-popup.active {
    display: block;
    overflow: hidden; }

  .modal-popup .black-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%; }

  .modal-popup .modal-popup-content {
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%; }

  .modal-popup .modal-popup-section {
    width: 75%;
    margin: auto;
    background: transparent;
    height: 80vh;
    overflow-y: scroll;
    padding: 40px;
    /*padding-top: 50px;*/
    border-radius: 20px;
    position: relative;
    padding-top: 20px; }

  .modal-popup .modal-popup-section .close-modal-popup {
    position: absolute;
    display: inline-flex;
    left: 40px;
    top: 15px;
    z-index: 1000000; }

  .modal-popup .modal-popup-section .close-modal-popup .close-icon {
    height: 17px; }

  .qr-code-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; }

  .qr-code-popup.active {
    display: block;
    overflow: hidden; }

  .qr-code-popup .black-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%; }

  .qr-code-popup .qr-code-popup-content {
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%; }

  .qr-code-popup .qr-code-popup-section {
    margin: auto;
    background-color: #fff;
    padding: 40px;
    /*padding-top: 50px;*/
    border-radius: 20px;
    position: relative;
    padding-top: 20px; }

  .qr-code-popup .qr-code-popup-section .close-qr-code-popup {
    position: absolute;
    display: inline-flex;
    left: 40px;
    top: 30px; }

  .qr-code-popup .qr-code-popup-section .close-qr-code-popup .close-icon {
    height: 17px; }

  @media (max-width: 991px) {
    .modal-popup .modal-popup-section {
      width: 100%;
      margin: auto;
      background-color: #fff;
      padding: 10px;
      border-radius: 20px;
      overflow-y: scroll;
      height: 100vh;
      position: relative;
      padding-top: 20px; }
    .qr-code-popup .qr-code-popup-section {
      margin: 20px; }
    .brief-paragraph img {
      width: 100%; } }

  .modal-popup .modal-popup-section .regulatory-framework-page {
    margin-top: 25px; }

  @media (max-width: 767px) {
    .crumbs-title span {
      font-size: 100%; } }

  @media (max-width: 479px) {
    [dir="ltr"] .search-popup .search-popup-section .close-search-popup {
      position: absolute;
      display: inline-flex;
      right: 0px !important;
      top: 30px;
      left: unset; }
    [dir="ltr"] .close-icon {
      float: right;
      margin-right: 20px !important;
      margin-left: 20px; }
    .modal-popup .ui-tab a {
      font-size: 16px !important; }
    .modal-popup .ui-tab {
      float: none !important;
      width: auto !important; }
    .question-brief img {
      max-width: 300px; }
    .img-respon1 {
      max-width: 300px !important;
      max-height: 100px; }
    .img-respon {
      max-width: 300px !important;
      max-height: 200px; } }

  .modal-popup .ui-widget-content {
    border: none !important;
    background: transparent !important;
    color: #333333;
    margin-top: 20px;
    width: 100%; }

  .modal-popup .ui-widget-header {
    border: none !important;
    background: transparent !important;
    color: #333333;
    font-weight: bold; }

  .modal-popup .ui-tabs-nav {
    margin: 10px auto;
    background: transparent !important;
    display: inline-block;
    width: 100%; }

  .modal-popup .ui-tab {
    text-align: center;
    float: right;
    background: transparent !important;
    border: none;
    width: 33%;
    padding: 0; }

  .modal-popup .ui-tab a {
    font-size: 25px;
    color: #fff;
    font-family: "boldFont";
    border: none;
    display: block;
    width: 70%;
    padding: 8px 0;
    margin: 0 auto; }

  .modal-popup .ui-tab a:hover,
  .modal-popup .ui-tabs-active a {
    background: #249FA0 !important;
    border-radius: 50px !important; }

  .modal-popup .ui-tab a:focus {
    outline-offset: 0px !important; }

  .word-search-box a {
    color: #fff !important;
    text-decoration: none; }

  .topService {
    margin-top: -15px !important; }

  .header .dropdown-menu.active .dropdown-content {
    display: block;
    transition: all ease 0.3s; }

  .regulated-framework-page .main-content-container.full-screen.moon-options {
    background-color: #2D3038;
    color: #fff; }

  .regulated-framework-page .brief-paragraph h5 {
    color: #000 !important;
    font-size: 16px !important;
    font-family: boldFont; }

  .filter {
    filter: brightness(0) invert(1); }

  a:focus {
    outline: 0px !important;
    outline-offset: -2px; }

  @media (max-width: 479px) {
    .attachments-box .title {
      font-size: 12px !important;
      padding-left: 90px; }
    [dir="ltr"] .attachments-box .title {
      padding-right: 90px;
      padding-left: 0; }
    [dir="ltr"] .attachments-box .datetime {
      right: 0;
      font-size: 12px !important;
      float: right;
      left: unset;
      position: absolute;
      margin-right: 33px; }
    .attachments-box .datetime {
      font-size: 12px !important;
      float: left;
      left: 0;
      position: absolute;
      margin-left: 33px; } }

  .btn-service-resp {
    display: none; }

  @media (max-width: 767px) {
    .btn-service-resp {
      display: block; }
    .sign-language-cont-des {
      font-size: 12px; }
    .details-page .content-desc img {
      width: 100%;
      height: auto; }
    .search-typ.flex-pd .section-input {
      float: left;
      flex-grow: 1;
      width: 100%; }
    .main-content-options > a {
      display: block;
      background-color: #30346e;
      margin: 0px;
      padding: 6px 5px;
      color: #fff !important; } }

  .details-page .dga-wrapper {
    display: flow-root; }

  .node__content .nodeImg img {
    width: 100%; }

  .pagenea .content-desc h3 {
    color: #29B3B4;
    font-size: 20px;
    padding-bottom: 10px; }

  .node__content .nodeImg:lang(EN) {
    float: left;
    margin-right: 20px; }

  .close-icon:lang(EN) {
    float: left;
    margin-right: 20px; }

  .search-popup .search-popup-section .close-search-popup:lang(EN) {
    position: absolute;
    display: inline-flex;
    right: 40px;
    top: 30px; }

  .social-list .top-social {
    min-width: 200px !important; }

  h4#pagination-heading {
    display: none; }

  .field__label.visually-hidden {
    display: none !important; }

  article.node[about="/node/368"] img {
    max-width: 500px !important; }

  img.align-center {
    display: block;
    margin-right: auto;
    margin-left: auto; }

  article.node[about="/node/368"] .the-commission-tasks .main-tasks .task .task-number {
    width: 27px !important;
    height: 27px !important;
    font-size: 14px !important; }

  article.node[about="/node/368"] .the-commission-tasks .main-tasks .task .task-text {
    font-size: 18px; }

  article.node[about="/node/368"] .rich-text p {
    font-size: 18px; }

  article.node[about="/node/368"] .the-commission-tasks .main-tasks .task {
    align-items: center;
    margin-top: 12px; }

  article.node[about="/node/368"] .international-structure .section-title.center {
    text-align: start !important; }

  .text-align-center {
    text-align: center; }

  .top-main-content-close .cursor-ponter .display-flexbox .close-text {
    display: none; }

  .search-popup .search-popup-section .close-search-popup {
    display: inline-flex; }

  [dir="ltr"] .search-popup .search-popup-section .close-search-popup {
    flex-direction: row-reverse;
    left: unset !important; }

  [dir="ltr"] .slick-slider div * {
    direction: ltr; }

  [dir="ltr"] .form-box-dropdown .section-label.fliter-lable {
    padding-right: 0;
    padding-left: 15px; }

  [dir="ltr"] .lines-icon {
    margin-right: 0;
    margin-left: 30px; }

  [dir="ltr"] .form-box-dropdown.search-typ .section-input {
    float: right;
    margin-left: 0px;
    margin-right: 10px;
    width: 50px; }

  .attachments-box a {
    gap: 25px; }

  [dir="ltr"] .regulatory-framework-page .regulatory-box-content {
    text-align: left; }

  [dir="ltr"] .regulatory-framework-page .regulatory-box-content-back img {
    transform: rotate(90deg); }

  [dir="ltr"] .regulatory-framework-page .regulatory-box-title {
    font-size: 14px; }

  .regulated-framework-page .brief-paragraph > h1.paragraph-title {
    display: none; }

  span.published.pad-right.ng-binding {
    flex-shrink: 0; }

  .attachments-box a {
    width: 100% !important; }

  [dir="ltr"] .services-details-page .page-content-list .content-list a .content-title img,
  [dir="ltr"] .services-details-page .btn-service-resp a .content-title img {
    transform: rotate(180deg); }

  [dir="ltr"] .services-details-page .content-page-title {
    font-size: 32px; }

  [dir="ltr"] .services-details-page .content-item {
    padding: 0px 0px 10px 30px; }

  [dir="ltr"] .services-details-page .content-item:after {
    left: 10px;
    right: 0; }

  input#edit-field-category--2 {
    display: none; }

  /* end custome */
  /* edit for services */
  .dga-service-card .dga-card-body {
    max-height: 250px;
    min-height: 250px; }

  .dga-service-card .dga-card-body .description, .dga-service-card .dga-news-card .dga-card-body .date, .dga-news-card .dga-service-card .dga-card-body .date {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .dga-page-w-filter .dga-fliter .form--inline.clearfix {
    margin-right: 10px;
    margin-left: 10px; }

  [dir="ltr"] .dga-page-w-filter .dga-show-item {
    margin-left: 10px; }

  .dga-page-w-filter .dga-show-item {
    margin-right: 10px; }

  /* end  edit for services */
  .greyscale-exclude {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    overflow-x: hidden; }

  body.greyscale-exclude:not(.home) {
    padding-top: 0; }

  .greyscale-exclude .header {
    position: sticky !important; }

  .greyscale-exclude .header .dropdown-menu .dropdown-content {
    position: absolute; }

  .greyscale-exclude ul.bottom-header-menu {
    position: unset; }

  @media (max-width: 991px) {
    .greyscale-exclude .header li.menu-item.display-flexbox {
      width: auto; }
    .regulated-framework-page.greyscale-exclude .pages-list-container {
      display: none; }
    .regulated-framework-page.greyscale-exclude .pages-list-container.active {
      display: block; }
    .greyscale-exclude .header .bottom-header-menu.open {
      position: absolute; }
    .greyscale-exclude .header .dropdown-menu .dropdown-content {
      position: inherit; } }

  .webform-submission-igf-form .main-forum-label {
    font-size: 24px;
    font-weight: bold;
    color: #37326D;
    margin-bottom: 32px;
    display: block; }

  .webform-submission-igf-form .sub-forum-label {
    font-size: 18px;
    font-weight: bold;
    color: #7c32c9;
    display: block;
    margin-bottom: 12px; }

  .webform-submission-igf-form .js-form-item-full-name {
    flex-wrap: wrap; }
    .webform-submission-igf-form .js-form-item-full-name .description, .webform-submission-igf-form .js-form-item-full-name .dga-news-card .dga-card-body .date, .dga-news-card .dga-card-body .webform-submission-igf-form .js-form-item-full-name .date {
      margin-right: 160px;
      font-size: 14px;
      padding-top: 5px; }

  .webform-submission-igf-form .webform-type-webform-telephone .fieldset-wrapper {
    flex-basis: calc(100%); }
    .webform-submission-igf-form .webform-type-webform-telephone .fieldset-wrapper .iti--allow-dropdown {
      flex-basis: calc(100% - 150px); }

  .webform-submission-igf-form .js-form-item-captcha-response {
    display: block !important;
    margin-bottom: 2px !important; }
    .webform-submission-igf-form .js-form-item-captcha-responseinput {
      margin-bottom: 10px; }

  .webform-submission-igf-form .js-form-type-webform-image-file {
    flex-wrap: wrap;
    align-items: baseline !important; }
    .webform-submission-igf-form .js-form-type-webform-image-file .form-managed-file {
      flex-basis: calc(100% - 150px);
      position: relative; }
      .webform-submission-igf-form .js-form-type-webform-image-file .form-managed-file .file-info {
        position: absolute;
        bottom: 4px; }
      .webform-submission-igf-form .js-form-type-webform-image-file .form-managed-file .js-form-file {
        margin-bottom: 10px; }
      .webform-submission-igf-form .js-form-type-webform-image-file .form-managed-file .js-form-submit {
        width: auto; }
    .webform-submission-igf-form .js-form-type-webform-image-file .description, .webform-submission-igf-form .js-form-type-webform-image-file .dga-news-card .dga-card-body .date, .dga-news-card .dga-card-body .webform-submission-igf-form .js-form-type-webform-image-file .date {
      font-weight: 12px; }

  .webform-submission-igf-form .form-type-checkbox {
    margin-bottom: 15px;
    display: block;
    margin-left: 12px; }
    .webform-submission-igf-form .form-type-checkbox input {
      flex-basis: auto !important;
      width: 1.5em !important;
      height: 1.5em;
      vertical-align: top;
      background-color: #ffff;
      border: 2px solid #747474;
      cursor: pointer; }
    .webform-submission-igf-form .form-type-checkbox input:checked[type=checkbox]::before {
      display: block;
      content: " ";
      background-image: url(../../Images/newDesign//check.svg);
      background-size: 15px;
      background-color: #29B3B4;
      background-repeat: no-repeat;
      background-position: center;
      width: 1.5rem;
      height: 1.5em;
      border-radius: 2px; }
    .webform-submission-igf-form .form-type-checkbox input:hover {
      background-color: #29B3B4; }
    .webform-submission-igf-form .form-type-checkbox label {
      font-size: 0.875rem;
      color: #242424;
      margin: 0 10px !important; }
    .webform-submission-igf-form .form-type-checkbox td:nth-child(2) {
      font-size: 0.875rem;
      color: #242424;
      padding: 0 10px !important; }

  .webform-submission-igf-form .checkboxes--wrapper .fieldset-legend {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    font-weight: bold; }

  .webform-submission-igf-form .webform-options-display-buttons .webform-options-display-buttons-wrapper .js-form-type-checkbox {
    display: block; }
    .webform-submission-igf-form .webform-options-display-buttons .webform-options-display-buttons-wrapper .js-form-type-checkbox label {
      display: block; }

  .webform-submission-igf-form .webform-options-display-buttons input:checked ~ label.webform-options-display-buttons-label {
    color: #37326D;
    border-color: #37326D; }

  .webform-submission-igf-form .webform-options-display-buttons-title {
    color: #37326D;
    font-size: 18px;
    font-weight: bold; }

  .webform-submission-igf-form .webform-options-display-buttons-description.description .forum-time, .webform-submission-igf-form .dga-news-card .dga-card-body .webform-options-display-buttons-description.date .forum-time, .dga-news-card .dga-card-body .webform-submission-igf-form .webform-options-display-buttons-description.date .forum-time {
    color: #29B3B4;
    display: block;
    font-size: 14px; }

  .webform-submission-igf-form .webform-options-display-buttons-label.option {
    height: 180px; }

  .webform-submission-igf-form .webform-webform-telephone-international {
    direction: ltr;
    text-align: end; }

  .webform-submission-igf-form .form-disabled .webform-options-display-buttons-label {
    background: #eaeaea; }

  .webform-submission-igf-form .form-disabled .webform-options-display-buttons-title {
    color: #757575; }

  .webform-submission-igf-form .form-disabled .webform-options-display-buttons-description.description, .webform-submission-igf-form .form-disabled .dga-news-card .dga-card-body .webform-options-display-buttons-description.date, .dga-news-card .dga-card-body .webform-submission-igf-form .form-disabled .webform-options-display-buttons-description.date {
    pointer-events: none; }
    .webform-submission-igf-form .form-disabled .webform-options-display-buttons-description.description .forum-time, .webform-submission-igf-form .form-disabled .dga-news-card .dga-card-body .webform-options-display-buttons-description.date .forum-time, .dga-news-card .dga-card-body .webform-submission-igf-form .form-disabled .webform-options-display-buttons-description.date .forum-time,
    .webform-submission-igf-form .form-disabled .webform-options-display-buttons-description.description .forum-link,
    .webform-submission-igf-form .form-disabled .dga-news-card .dga-card-body .webform-options-display-buttons-description.date .forum-link,
    .dga-news-card .dga-card-body .webform-submission-igf-form .form-disabled .webform-options-display-buttons-description.date .forum-link {
      color: #757575; }

  .webform-submission-igf-form .iti__country-list {
    left: 0; }

  .webform-submission-igf-form .tableselect.webform-tableselect thead tr th:nth-child(2) {
    float: right;
    margin-right: -33px;
    margin-bottom: 14px; }

  .webform-submission-igf-form .tableselect.webform-tableselect tbody tr td {
    vertical-align: top; }

  .webform-submission-igf-form .webform-options-display-buttons-vertical {
    flex-direction: row; }

  .webform-submission-igf-form .form-type-webform-terms-of-service {
    display: block !important; }
    .webform-submission-igf-form .form-type-webform-terms-of-service .description, .webform-submission-igf-form .form-type-webform-terms-of-service .dga-news-card .dga-card-body .date, .dga-news-card .dga-card-body .webform-submission-igf-form .form-type-webform-terms-of-service .date {
      margin-top: 10px; }

  .webform-submission-igf-form .js-form-type-processed-text {
    display: block !important; }
    .webform-submission-igf-form .js-form-type-processed-text .sub-forum-label {
      margin-bottom: 0px;
      margin-top: 10px; }

  .igf-moreinfo {
    display: block;
    margin-top: 15px;
    width: fit-content;
    border: 1px solid #30346e;
    color: #fff;
    background-color: #30346e;
    padding: 5px 40px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 35px; }

  .igf-moreinfo:hover {
    color: #fff; }

  form.webform-submission-form input.js-form-submit.form-submit {
    margin-top: 10px; }

  .aleart-box.success {
    border-top: 15px solid #29B3B4;
    visibility: visible; }

  .agency-box-image-name .user-box-name, .aleart-box.success .aleart-box-main-msg {
    color: #29B3B4; }

  .webform-submission-data--view-mode-preview .webform-element.webform-element-type-checkboxes {
    display: block !important; }

  .form-required::after {
    content: '';
    vertical-align: super;
    display: inline-block;
    background-image: url(/core/misc/icons/ee0000/required.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
    width: 6px;
    height: 6px;
    margin: 0 0.3em; }

  [dir="ltr"] .webform-submission-igf-form .tableselect.webform-tableselect thead tr th:nth-child(2) {
    float: left;
    margin-right: 0px;
    margin-left: -33; }

  [dir="ltr"] .webform-submission-igf-form .iti__country-list {
    left: auto;
    right: 0; }

  [dir="ltr"] .webform-submission-igf-form .form-type-checkbox {
    margin-left: 0px;
    margin-right: 12px; }

  [dir="ltr"] .webform-submission-igf-form .js-form-item-full-name .description, [dir="ltr"] .webform-submission-igf-form .js-form-item-full-name .dga-news-card .dga-card-body .date, .dga-news-card .dga-card-body [dir="ltr"] .webform-submission-igf-form .js-form-item-full-name .date {
    margin-right: 0px;
    margin-left: 160px; }

  @media (max-width: 768px) {
    .webform-submission-igf-form .js-form-type-webform-image-file {
      align-items: start !important; }
    .webform-submission-igf-form .js-form-type-webform-image-file .form-managed-file {
      width: 100%; }
    .webform-submission-igf-form .webform-type-webform-telephone .fieldset-wrapper {
      width: 100%; }
    .webform-submission-igf-form .webform-type-webform-telephone .fieldset-wrapper .iti--allow-dropdown {
      width: 100%; }
    .webform-submission-igf-form .js-form-item-full-name .description, .webform-submission-igf-form .js-form-item-full-name .dga-news-card .dga-card-body .date, .dga-news-card .dga-card-body .webform-submission-igf-form .js-form-item-full-name .date {
      margin-right: 0px;
      margin-left: 0px; }
  div#userwayAccessibilityIcon {
      background: rgb(33, 37, 41) !important;
      top: unset !important;
      position: fixed !important;
      bottom: 20px !important;
  }

  }

  @media (max-width: 510px) {
    .webform-submission-igf-form .js-form-type-webform-image-file .form-managed-file .file-info {
      font-size: 10px; }
    .webform-submission-igf-form .form-type-checkbox input:checked[type=checkbox]::before {
      display: none; } }
  .digknow-page-title h2 {
      font-size: 2rem;
      margin-top: 20px;
      width: 77%;
      color: #37326D;
  }

.nd93-banner {
    margin-top: 70px;
    margin-bottom: 20px; }

  header.header.nd93-header:not(.fixed-header) {
    background-color: #0c1c56; }

  .nd93-banner img {
    max-width: 100%;
    height: auto !important; }

  @media (min-width: 800px) {
    img.nd93-mobile {
      display: none; } }

  @media (max-width: 800px) {
    img.nd93-desktop {
      display: none; } }

.header .gray-logo {
    display: block;
}

.header .white-logo {
    display: none;
}
.header {
    background: #fff;
}

.header .vision-img,
.header .header_top_social img {
    filter: brightness(1);
}

.header .menu-drop {
    color: black;
}

.header .menu-drop > img {
    filter: brightness(1);
}

.header .header_top_button a {
    color: #30346e;
}

.header .top-left-header ul.links li a {
    color: #30346e !important;
}

.header .white-icon {
    display: none;
}

.header .blue-icon {
    display: block;
}
#table-1 {
   cursor: pointer;
}

.arrow-showmore {
   width: 20px !important;
   margin: 0px 10px;
   transition: all 0.3s;
}

#table-1.active .arrow-showmore {
   transform: rotate(180deg);
}

#table-showmore {
   display:none;
}




/******************** licenses styles ****************/

.white-box-shadow {
  margin: 72px auto;
  padding: 21px 72px;
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0px 4px 1rem 0px rgba(0, 0, 0, 0.04);
}

@media (max-width: 768px) {
  .white-box-shadow {
    padding: 21px 30px;
  }
}

.white-box-shadow .header-box {
  margin-bottom: 32px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(235, 234, 240, 0.3);
}

.white-box-shadow .header-box .title {
  margin: 0px 20px;
  font-size: 24px;
  color: #160F3E;
}

.white-box-shadow .details-box {
  display: flex;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .white-box-shadow .details-box {
    display: block;
  }
}

.white-box-shadow .details-box .release-date {
  color: #160F3E;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0px;
}

.white-box-shadow .details-box .date {
  margin: 0px 30px;
  color: #757575;
}

@media (max-width: 768px) {
  .white-box-shadow .details-box .date {
    margin: 0px;
  }
}

.white-box-shadow .details-box .date a {
  color: #757575;
}

.white-box-shadow .dga-green-btn {
  margin: auto;
  margin-top: 24px;
  display: flex;
  width: fit-content;
  background-color: #37326D;
  border: 1px solid #37326D;
}

.white-box-shadow .dga-green-btn img {
  margin-left: 10px;
}

.white-box-shadow.dga-agency-box .header-box {
  justify-content: start;
  flex-wrap: wrap;
}

.white-box-shadow.dga-agency-box .header-box img {
  width: 40px;
  height: 40px;
}

.white-box-shadow.dga-agency-box .header-box .title {
  flex-basis: 65%;
}

.white-box-shadow.dga-agency-box .header-box .dga-agency-details {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.white-box-shadow.dga-agency-box .header-box .dga-agency-details img {
  width: 61px;
  height: 61px;
}

.white-box-shadow.dga-agency-box .header-box .dga-agency-details .name-box {
  margin: 25px 12px;
}

.white-box-shadow.dga-agency-box .header-box .dga-agency-details .name-box .name {
  color: #160F3E;
  font-size: 1.125rem;
}

.white-box-shadow.dga-agency-box .header-box .dga-agency-details .name-box span {
  color: #757575;
  font-size: 1rem;
}

.white-box-shadow.dga-agency-box .dga-licenses-details-container {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(235, 234, 240, 0.3);
}

.white-box-shadow.dga-agency-box .dga-licenses-details-container:last-of-type {
  margin-bottom: 0px;
  border-bottom: none;
}

.white-box-shadow.dga-agency-box .dga-licenses-details-container .title {
  font-size: 1.125rem;
  color: #160F3E;
  margin-bottom: 24px;
  text-align: center;
}

@media (max-width: 768px) {
  .white-box-shadow.dga-agency-box .dga-licenses-details-container .title {
    text-align: start;
  }
}

.white-box-shadow.dga-agency-box .dga-licenses-details-container .details-box .release-date {
  flex-basis: 37%;
}

[dir="ltr"] .white-box-shadow .dga-green-btn img {
  margin-left: 0px;
  margin-right: 10px;
}

/************ end license style **************/
