@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.white {
  background: white;
}

.grey {
  background: #DDDBD7;
}

.primary {
  background: #084d97;
}

.secondary {
  background: #1798ce;
}

.terciary {
  background: #084d97;
}

.accent {
  background: #1798ce;
}

.darkgrey {
  background: #5E5E5D;
}

.black {
  background: #222222;
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#084d97), to(#1798ce));
  background: linear-gradient(90deg, #084d97 0%, #1798ce 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, white));
  background: linear-gradient(90deg, #222222 50%, white 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #222222));
  background: linear-gradient(90deg, #222222 50%, #222222 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #222222 50%, #DDDBD7 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #222222 50%, #5E5E5D 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, white));
  background: linear-gradient(90deg, white 50%, white 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #222222));
  background: linear-gradient(90deg, white 50%, #222222 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, white 50%, #DDDBD7 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, white 50%, #5E5E5D 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, white));
  background: linear-gradient(90deg, #DDDBD7 50%, white 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #222222));
  background: linear-gradient(90deg, #DDDBD7 50%, #222222 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #DDDBD7 50%, #DDDBD7 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #DDDBD7 50%, #5E5E5D 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, white));
  background: linear-gradient(90deg, #5E5E5D 50%, white 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #222222));
  background: linear-gradient(90deg, #5E5E5D 50%, #222222 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #5E5E5D 50%, #DDDBD7 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #5E5E5D 50%, #5E5E5D 50%);
}

.c-white {
  color: white;
}

.c-grey {
  color: #DDDBD7;
}

.c-primary {
  color: #084d97;
}

.c-secondary {
  color: #1798ce;
}

.c-terciary {
  color: #084d97;
}

.c-accent {
  color: #1798ce;
}

.c-darkgrey {
  color: #5E5E5D;
}

.c-black {
  color: #222222;
}

.white {
  background: white;
}

.grey {
  background: #DDDBD7;
}

.primary {
  background: #084d97;
}

.secondary {
  background: #1798ce;
}

.terciary {
  background: #084d97;
}

.accent {
  background: #1798ce;
}

.darkgrey {
  background: #5E5E5D;
}

.black {
  background: #222222;
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#084d97), to(#1798ce));
  background: linear-gradient(90deg, #084d97 0%, #1798ce 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, white));
  background: linear-gradient(90deg, #222222 50%, white 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #222222));
  background: linear-gradient(90deg, #222222 50%, #222222 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #222222 50%, #DDDBD7 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #222222 50%, #5E5E5D 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, white));
  background: linear-gradient(90deg, white 50%, white 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #222222));
  background: linear-gradient(90deg, white 50%, #222222 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, white 50%, #DDDBD7 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, white 50%, #5E5E5D 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, white));
  background: linear-gradient(90deg, #DDDBD7 50%, white 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #222222));
  background: linear-gradient(90deg, #DDDBD7 50%, #222222 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #DDDBD7 50%, #DDDBD7 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #DDDBD7 50%, #5E5E5D 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, white));
  background: linear-gradient(90deg, #5E5E5D 50%, white 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #222222));
  background: linear-gradient(90deg, #5E5E5D 50%, #222222 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #5E5E5D 50%, #DDDBD7 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #5E5E5D 50%, #5E5E5D 50%);
}

.c-white {
  color: white;
}

.c-grey {
  color: #DDDBD7;
}

.c-primary {
  color: #084d97;
}

.c-secondary {
  color: #1798ce;
}

.c-terciary {
  color: #084d97;
}

.c-accent {
  color: #1798ce;
}

.c-darkgrey {
  color: #5E5E5D;
}

.c-black {
  color: #222222;
}

/* ------------------------------------------- */
/*	IMPOSIBLE WORDPRESS CLASSES
/* ------------------------------------------- */
button:not(.toggle), .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
  background-color: #084d97;
}

.menu-modal.cover-modal.header-footer-group {
  display: none;
}

span.screen-reader-text, a.skip-link.screen-reader-text {
  display: none;
}

div.grecaptcha-badge {
  display: none !important;
}

.grecaptcha-badge {
  display: none;
}

/* ------------------------------------------- */
/*	Document Setup
/* ------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, blockquote,
address, big, cite, code, em, font, img,
small, strike, sub, sup, li, ol, ul,
fieldset, form, label, legend, table,
caption, tr, th, td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

blockquote::before,
blockquote::after {
  content: "";
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}

:focus {
  outline: none;
}

/* ------------------------------------------- */
/*	Theme Styles
/* ------------------------------------------- */
html {
  font-size: 62.5%;
  /* 1rem = 10px */
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width: 100%;
  border: none;
  background: white;
  font-family: "Work Sans", sans-serif;
  color: #222222;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  overflow-x: hidden;
}

main {
  margin: 0;
  overflow-x: hidden;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
}

a {
  color: #084d97;
  font-size: 1.6rem;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1798ce;
  text-decoration: none;
}

input, textarea {
  margin: 2rem 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

button, .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  background: #084d97;
  color: white;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 1rem 1.5rem;
  margin: 2rem 2rem 2rem 0;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

button:hover, .btn:hover {
  background: #1798ce;
  color: white;
}

button:focus, .btn:focus {
  outline: none;
}

button:active, .btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

button:after, .btn:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  display: block;
  height: 200%;
  width: 200%;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

button:active:after, .btn:active:after {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  opacity: 1;
  -webkit-transition: 0s;
  transition: 0s;
}

button.small, .btn.small {
  font-size: 1.4rem;
  padding: .5rem 1.5rem;
}

button.white, .btn.white {
  background: white;
  color: #084d97;
}

button.white:hover, button.white:focus, .btn.white:hover, .btn.white:focus {
  background: #1798ce;
  color: white;
}

button.rounded, .btn.rounded {
  border-radius: 2rem;
}

button.empty, .btn.empty {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none !important;
  -webkit-box-shadow: inset 0px 0px 0px 2px #084d97;
          box-shadow: inset 0px 0px 0px 2px #084d97;
}

button.empty:hover, button.empty:focus, .btn.empty:hover, .btn.empty:focus {
  background: #1798ce !important;
  color: white;
  -webkit-box-shadow: inset 0px 0px 0px 2px #1798ce;
          box-shadow: inset 0px 0px 0px 2px #1798ce;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ul {
  padding: 0;
  margin: 2rem 0;
}

/* ------------------------------------------- */
/*	Text Styles
/* ------------------------------------------- */
li {
  list-style: none;
}

p {
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: 400;
  padding: 1rem 0;
}

h1 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 6rem;
  padding: 0 0 3rem 0;
  line-height: 120%;
}

h2 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  padding: 2rem 0;
  line-height: 120%;
}

h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  padding: 2rem 0;
  line-height: 120%;
}

h4 {
  font-weight: 400;
  font-size: 2.4rem;
  padding: 1.5rem 0;
  line-height: 120%;
}

h5 {
  font-size: 2rem;
  padding: 1.5rem 0;
  line-height: 120%;
}

h6 {
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: 800;
  padding: 1rem 0;
}

i {
  font-size: 3rem;
  padding: 0 1rem;
}

pre {
  background: #222222;
  padding: 0;
  margin: 1rem 0;
}

code {
  padding: 2rem;
  margin: 0;
  line-height: 1.8rem;
  font-weight: 500;
  background: #222222;
  color: white;
  display: block;
}

strong {
  color: #1798ce;
  font-weight: bolder;
}

.white {
  background: white;
}

.grey {
  background: #DDDBD7;
}

.primary {
  background: #084d97;
}

.secondary {
  background: #1798ce;
}

.terciary {
  background: #084d97;
}

.accent {
  background: #1798ce;
}

.darkgrey {
  background: #5E5E5D;
}

.black {
  background: #222222;
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#084d97), to(#1798ce));
  background: linear-gradient(90deg, #084d97 0%, #1798ce 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, white));
  background: linear-gradient(90deg, #222222 50%, white 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #222222));
  background: linear-gradient(90deg, #222222 50%, #222222 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #222222 50%, #DDDBD7 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #222222 50%, #5E5E5D 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, white));
  background: linear-gradient(90deg, white 50%, white 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #222222));
  background: linear-gradient(90deg, white 50%, #222222 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, white 50%, #DDDBD7 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, white 50%, #5E5E5D 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, white));
  background: linear-gradient(90deg, #DDDBD7 50%, white 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #222222));
  background: linear-gradient(90deg, #DDDBD7 50%, #222222 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #DDDBD7 50%, #DDDBD7 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #DDDBD7 50%, #5E5E5D 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, white));
  background: linear-gradient(90deg, #5E5E5D 50%, white 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #222222));
  background: linear-gradient(90deg, #5E5E5D 50%, #222222 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #5E5E5D 50%, #DDDBD7 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #5E5E5D 50%, #5E5E5D 50%);
}

.c-white {
  color: white;
}

.c-grey {
  color: #DDDBD7;
}

.c-primary {
  color: #084d97;
}

.c-secondary {
  color: #1798ce;
}

.c-terciary {
  color: #084d97;
}

.c-accent {
  color: #1798ce;
}

.c-darkgrey {
  color: #5E5E5D;
}

.c-black {
  color: #222222;
}

.banner {
  position: relative;
  padding: 0;
  width: 100%;
  height: 80vh;
  z-index: 1;
}

.banner_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 80vh;
}

.banner .max-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  height: 100%;
  padding: 5% 1rem;
}

.banner img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.banner_text {
  margin: 0;
  padding: 0 3rem;
  color: white;
}

.banner_text h1 {
  font-weight: 600;
  font-size: 5rem;
  text-align: left;
  max-width: 74rem;
}

.banner_text p {
  font-size: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.banner_text .buttons {
  margin: 2rem 0;
}

.slider-banner ul.slick-dots {
  bottom: 0;
}

.slider-banner ul.slick-dots li button {
  width: 1.5rem;
  height: 1.5rem;
  background: none;
  border: 2px solid white;
}

.slider-banner ul.slick-dots .slick-active button {
  background: white;
  border-color: white;
}

.accordeon {
  margin: 5rem 0;
}

.accordeon .item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  border-bottom: solid 1px #084d97;
  color: #084d97;
  padding: 2rem 1rem;
  text-align: left;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.accordeon .item:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-clip-path: circle(100% at 50% 0);
          clip-path: circle(100% at 50% 0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.accordeon .item:active:after {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  opacity: 1;
  -webkit-transition: 0s;
  transition: 0s;
}

.accordeon .item:hover {
  color: white;
  background: #084d97;
}

.accordeon .item-on {
  color: white;
  background: #084d97;
}

.accordeon .content-item {
  display: none;
  width: 100%;
}

.tabs {
  margin: 5rem 0;
}

.tabs .tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 2rem 0 0;
}

.tabs .tab {
  position: relative;
  color: white;
  background: #1798ce;
  margin: 0;
  padding: 1rem 2rem;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.tabs .tab:hover {
  background: white;
  color: #084d97;
}

.tabs .tab-on {
  background: white;
  color: #084d97;
}

.tabs .content-tab {
  display: none;
  background: white;
}

.tabs .content-tab-on {
  visibility: visible;
  display: block;
}

.map {
  -ms-flex-item-align: normal;
      -ms-grid-row-align: normal;
      align-self: normal;
}

.map iframe {
  height: 100% !important;
  min-height: 40vh;
}

.video iframe {
  width: 100% !important;
}

.brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.brands img {
  height: 10rem;
  width: auto;
  margin: 0 2rem;
}

.gallery {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  grid-gap: 0.5rem;
}

.slider-gallery {
  width: 100%;
  margin: 5rem 0;
  margin-top: 3rem;
  overflow: hidden;
}

.slider-gallery .image {
  margin: 0 1rem;
}

.slider-gallery img {
  height: 25rem;
}

.image {
  margin: 5rem 0;
}

.popup_trigger {
  cursor: pointer;
}

.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: #2f31459e;
  color: white;
  opacity: 0;
  top: 0;
  left: 0;
  padding: 2rem;
  z-index: 9999;
}

.popup_close {
  padding: 0;
}

.popup_close i {
  color: #084d97;
  height: 3.4rem;
  width: 3.4rem;
  border-radius: 50%;
  border: solid 1px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}

.popup_content {
  position: relative;
  background: white;
  color: #222222;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  max-width: 100rem;
  padding: 5rem;
  border-radius: 2rem;
  text-align: center;
  overflow: hidden;
}

.popup_content .icon {
  padding: 0;
}

.popup_content .icon img {
  height: 15rem;
  width: auto;
}

.popup_content .icon h5 {
  color: #222222;
  text-transform: uppercase;
  font-weight: bold;
}

.popup_content .field {
  min-width: 10rem;
  max-width: 20rem;
  margin: 1rem;
}

.popup_content .field input {
  padding: 1rem;
  width: 100%;
  margin: 0;
  font-size: 2rem;
  border: solid 1px #222222;
}

.popup_content .field input[type=checkbox] {
  margin: 2rem 0;
}

.popup_content .field span {
  display: inline-block;
  border: solid 2px #084d97;
  color: #084d97;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
}

.popup_content p {
  padding: 0rem;
  font-size: 1.4rem;
}

.popup_content i {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}

.popup_content i:hover {
  color: #1798ce;
}

.popup_content button {
  margin: 0 auto;
}

.show {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.cotizador .precio, .cotizador .tipo {
  display: none;
}

.white {
  background: white;
}

.grey {
  background: #DDDBD7;
}

.primary {
  background: #084d97;
}

.secondary {
  background: #1798ce;
}

.terciary {
  background: #084d97;
}

.accent {
  background: #1798ce;
}

.darkgrey {
  background: #5E5E5D;
}

.black {
  background: #222222;
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#084d97), to(#1798ce));
  background: linear-gradient(90deg, #084d97 0%, #1798ce 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, white));
  background: linear-gradient(90deg, #222222 50%, white 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #222222));
  background: linear-gradient(90deg, #222222 50%, #222222 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #222222 50%, #DDDBD7 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #222222 50%, #5E5E5D 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, white));
  background: linear-gradient(90deg, white 50%, white 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #222222));
  background: linear-gradient(90deg, white 50%, #222222 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, white 50%, #DDDBD7 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, white 50%, #5E5E5D 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, white));
  background: linear-gradient(90deg, #DDDBD7 50%, white 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #222222));
  background: linear-gradient(90deg, #DDDBD7 50%, #222222 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #DDDBD7 50%, #DDDBD7 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #DDDBD7 50%, #5E5E5D 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, white));
  background: linear-gradient(90deg, #5E5E5D 50%, white 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #222222));
  background: linear-gradient(90deg, #5E5E5D 50%, #222222 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #5E5E5D 50%, #DDDBD7 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #5E5E5D 50%, #5E5E5D 50%);
}

.c-white {
  color: white;
}

.c-grey {
  color: #DDDBD7;
}

.c-primary {
  color: #084d97;
}

.c-secondary {
  color: #1798ce;
}

.c-terciary {
  color: #084d97;
}

.c-accent {
  color: #1798ce;
}

.c-darkgrey {
  color: #5E5E5D;
}

.c-black {
  color: #222222;
}

.maintenance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  top: 0;
  background: #5E5E5D;
  color: white;
}

.maintenance img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.maintenance .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem;
}

.maintenance .logo {
  width: 20rem;
  height: auto;
}

.maintenance .logo img {
  position: relative;
  -webkit-filter: none;
          filter: none;
}

.maintenance i {
  color: white;
}

.maintenance i:hover {
  color: #1798ce;
}

.landing-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: #2f31459e;
  color: white;
  opacity: 0;
  top: 0;
  left: 0;
  padding: 2rem;
  z-index: 9999;
}

.landing-popup_content {
  position: relative;
  background: white;
  color: #222222;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  max-width: 50rem;
  border-radius: 2rem;
  text-align: center;
  overflow: hidden;
}

.landing-popup_content div {
  padding: 3rem;
}

.landing-popup_content img {
  width: 80%;
  max-width: 35rem;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.landing-popup_content h5 {
  color: #084d97;
  font-weight: bold;
}

.landing-popup_content h5:hover {
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.landing-popup_content h3 {
  padding: 0;
  color: #084d97;
}

.landing-popup_content p {
  padding: 2rem 5%;
  font-size: 2rem;
}

.landing-popup_content i {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}

.landing-popup_content i:hover {
  color: #1798ce;
}

.landing-popup_content .buttons {
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.show {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  color: inherit;
}

.social-menu a {
  color: inherit;
  font-weight: 400;
}

.social-menu a:hover, .social-menu a:focus {
  color: #1798ce;
}

.social-menu i {
  font-size: 2.4rem;
  margin: 0;
}

.user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 2rem;
  color: inherit;
}

.user-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: inherit;
  font-weight: 400;
}

.user-menu a:hover, .user-menu a:focus {
  color: #1798ce;
}

.user-menu:hover .logout, .user-menu:focus .logout {
  visibility: visible;
  opacity: 1;
}

.user-menu i {
  font-size: 2.4rem;
  margin: 0;
}

.user-menu .logout {
  position: absolute;
  top: 100%;
  left: 0;
  background: #084d97;
  color: white;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem;
  border-radius: 5px;
}

.user-menu .logout p {
  font-size: 1.4rem;
  margin: 0 0 0 0.5rem;
}

.user-menu .logout i {
  font-size: 2rem;
  padding: 0;
}

.whatsapp-web, .whatsapp-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  height: 7rem;
  width: 7rem;
  font-size: 4rem;
  color: white;
  background: #23cb63;
  border-radius: 50%;
  padding: 1rem;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.whatsapp-web p, .whatsapp-mobile p {
  position: absolute;
  right: 110%;
  visibility: hidden;
  opacity: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.8rem;
  background: white;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  font-weight: 600;
  color: #118779;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.whatsapp-web:hover, .whatsapp-web:focus, .whatsapp-mobile:hover, .whatsapp-mobile:focus {
  background: #118779;
  color: white;
}

.whatsapp-web:hover p, .whatsapp-web:focus p, .whatsapp-mobile:hover p, .whatsapp-mobile:focus p {
  visibility: visible;
  opacity: 1;
}

.whatsapp-mobile {
  display: none;
}

@media (max-width: 600px) {
  .whatsapp-web {
    display: none;
  }
  .whatsapp-mobile {
    display: block;
  }
}

.white {
  background: white;
}

.grey {
  background: #DDDBD7;
}

.primary {
  background: #084d97;
}

.secondary {
  background: #1798ce;
}

.terciary {
  background: #084d97;
}

.accent {
  background: #1798ce;
}

.darkgrey {
  background: #5E5E5D;
}

.black {
  background: #222222;
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#084d97), to(#1798ce));
  background: linear-gradient(90deg, #084d97 0%, #1798ce 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, white));
  background: linear-gradient(90deg, #222222 50%, white 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #222222));
  background: linear-gradient(90deg, #222222 50%, #222222 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #222222 50%, #DDDBD7 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #222222 50%, #5E5E5D 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, white));
  background: linear-gradient(90deg, white 50%, white 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #222222));
  background: linear-gradient(90deg, white 50%, #222222 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, white 50%, #DDDBD7 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, white 50%, #5E5E5D 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, white));
  background: linear-gradient(90deg, #DDDBD7 50%, white 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #222222));
  background: linear-gradient(90deg, #DDDBD7 50%, #222222 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #DDDBD7 50%, #DDDBD7 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #DDDBD7 50%, #5E5E5D 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, white));
  background: linear-gradient(90deg, #5E5E5D 50%, white 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #222222));
  background: linear-gradient(90deg, #5E5E5D 50%, #222222 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #5E5E5D 50%, #DDDBD7 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #5E5E5D 50%, #5E5E5D 50%);
}

.c-white {
  color: white;
}

.c-grey {
  color: #DDDBD7;
}

.c-primary {
  color: #084d97;
}

.c-secondary {
  color: #1798ce;
}

.c-terciary {
  color: #084d97;
}

.c-accent {
  color: #1798ce;
}

.c-darkgrey {
  color: #5E5E5D;
}

.c-black {
  color: #222222;
}

.slider {
  width: 90%;
  margin: 5%;
  margin-top: 3rem;
  overflow: hidden;
}

.slider .image {
  margin: 0 1rem;
}

.slider img {
  height: 25rem;
}

ul.slick-dots {
  z-index: 1;
}

ul.slick-dots li {
  height: auto;
  width: auto;
}

ul.slick-dots li button {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: none;
  margin: 1rem;
  background: white;
}

ul.slick-dots li button:before {
  display: none;
}

ul.slick-dots .slick-active button {
  background: #084d97;
  border-color: #084d97;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

button.slick-next.slick-arrow {
  background: none;
  padding: 2.5rem;
  z-index: 2;
  height: auto;
  margin: 0;
}

button.slick-next.slick-arrow::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #084d97;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

button.slick-next.slick-arrow:hover::before {
  color: #1798ce;
}

button.slick-next.slick-arrow:active {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

button.slick-next.slick-arrow:active::before {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

button.slick-prev.slick-arrow {
  background: none;
  padding: 2.5rem;
  z-index: 2;
  height: auto;
  margin: 0;
}

button.slick-prev.slick-arrow::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #084d97;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

button.slick-prev.slick-arrow:hover::before {
  color: #1798ce;
}

button.slick-prev.slick-arrow:active {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

button.slick-prev.slick-arrow:active::before {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.slick-prev:before, .slick-next:before {
  font-size: 5rem !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-list.draggable {
  overflow: visible;
}

.searchandfilter .noUi-handle {
  background: #1798ce;
  border-color: #1798ce;
}

.searchandfilter .noUi-connect {
  background: #084d97;
}

.filter h4, .searchandfilter h4 {
  position: relative;
  color: white;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: .5rem 0;
}

.filter h4:after, .searchandfilter h4:after {
  content: '';
  position: absolute;
  width: 10rem;
  height: 2px;
  background: #084d97;
  left: 0;
  bottom: 0rem;
}

.filter-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter-menu ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 25rem;
  padding: 2rem 1rem;
}

.filter-menu ul select, .filter-menu ul input {
  width: 100%;
  padding: 0.5rem;
  margin: 0;
  outline: none;
}

.filter-menu ul .sf-meta-range-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter-menu ul .sf-meta-range-number label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.filter-menu ul .sf-field-submit {
  width: 100%;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  padding: 0 1rem;
}

.filter-menu ul .sf-field-submit input {
  position: relative;
  overflow: hidden;
  z-index: 1;
  outline: none;
  border: none;
  padding: 1rem 2rem;
  color: white;
  width: auto;
  margin: 0 auto;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.filter-menu ul .sf-field-submit input:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-clip-path: circle(100% at 50% 0);
          clip-path: circle(100% at 50% 0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.filter-menu ul .sf-field-submit input:active:after {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  opacity: 1;
  -webkit-transition: 0s;
  transition: 0s;
}

.filter-menu ul .sf-field-submit input:hover {
  background: #1798ce;
}

.white {
  background: white;
}

.grey {
  background: #DDDBD7;
}

.primary {
  background: #084d97;
}

.secondary {
  background: #1798ce;
}

.terciary {
  background: #084d97;
}

.accent {
  background: #1798ce;
}

.darkgrey {
  background: #5E5E5D;
}

.black {
  background: #222222;
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#084d97), to(#1798ce));
  background: linear-gradient(90deg, #084d97 0%, #1798ce 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, white));
  background: linear-gradient(90deg, #222222 50%, white 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #222222));
  background: linear-gradient(90deg, #222222 50%, #222222 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #222222 50%, #DDDBD7 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #222222 50%, #5E5E5D 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, white));
  background: linear-gradient(90deg, white 50%, white 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #222222));
  background: linear-gradient(90deg, white 50%, #222222 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, white 50%, #DDDBD7 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, white 50%, #5E5E5D 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, white));
  background: linear-gradient(90deg, #DDDBD7 50%, white 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #222222));
  background: linear-gradient(90deg, #DDDBD7 50%, #222222 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #DDDBD7 50%, #DDDBD7 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #DDDBD7 50%, #5E5E5D 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, white));
  background: linear-gradient(90deg, #5E5E5D 50%, white 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #222222));
  background: linear-gradient(90deg, #5E5E5D 50%, #222222 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #5E5E5D 50%, #DDDBD7 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #5E5E5D 50%, #5E5E5D 50%);
}

.c-white {
  color: white;
}

.c-grey {
  color: #DDDBD7;
}

.c-primary {
  color: #084d97;
}

.c-secondary {
  color: #1798ce;
}

.c-terciary {
  color: #084d97;
}

.c-accent {
  color: #1798ce;
}

.c-darkgrey {
  color: #5E5E5D;
}

.c-black {
  color: #222222;
}

.wpcf7 {
  width: 100%;
}

.wpcf7 p {
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin: 3rem 0 0;
  padding: 0;
}

.wpcf7 p::after {
  content: '';
  position: absolute;
  background: white;
  width: 0%;
  height: 3px;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.wpcf7 p label {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  z-index: 1;
  pointer-events: none;
  color: white;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.wpcf7 p .not-empty {
  font-size: 1.2rem;
  top: -2rem;
  left: 0rem;
  color: white;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.wpcf7 p:focus-within::after {
  width: 100%;
}

.wpcf7 p:focus-within label {
  font-size: 1.2rem;
  top: -2rem;
  left: 0rem;
  color: white;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.wpcf7 p input, .wpcf7 p textarea, .wpcf7 p select {
  margin: 0;
  width: 100%;
  padding: 1rem;
  border: none;
  border-bottom: solid 1px white;
  background: none;
  color: white;
}

.wpcf7 p input:focus, .wpcf7 p textarea:focus, .wpcf7 p select:focus {
  border-color: white;
}

.wpcf7 p input::-webkit-input-placeholder,
.wpcf7 p textarea::-webkit-input-placeholder {
  visibility: hidden;
}

.wpcf7 p input:-ms-input-placeholder,
.wpcf7 p textarea:-ms-input-placeholder {
  visibility: hidden;
}

.wpcf7 p input::-ms-input-placeholder,
.wpcf7 p textarea::-ms-input-placeholder {
  visibility: hidden;
}

.wpcf7 p input::placeholder,
.wpcf7 p textarea::placeholder {
  visibility: hidden;
}

.wpcf7 .message:after {
  bottom: 6px;
}

.wpcf7 .send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-bottom: none;
  margin: 4rem auto;
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.wpcf7 .send:after {
  display: none;
}

.wpcf7 .send input[type="submit"] {
  padding: 1rem 4rem;
  border-radius: 2px;
  margin: 0;
  background: #084d97;
  color: white;
  border-bottom: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.wpcf7 .send input[type="submit"]:hover {
  background: #1798ce;
  color: white;
}

.wpcf7 .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
}

.wpcf7 .radio span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: auto;
}

.wpcf7 .radio:after {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #ED2432;
  right: 0;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  border-left: 1rem solid #ED2432;
  background: white;
  color: #084d97;
  padding: 1rem;
  margin: 2rem 0;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  border-left: 1rem solid #00B04C;
  background: white;
  color: #084d97;
  padding: 1rem;
  margin: 2rem 0;
  text-align: center;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  display: inline-block;
  width: 100%;
  background: #1798ce;
  height: 100%;
  border: none;
  border-radius: 0;
  opacity: 1;
  padding: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  vertical-align: middle;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-animation: contact infinite 0.5s;
          animation: contact infinite 0.5s;
}

div.wpcf7 .ajax-loader:after {
  content: "ENVIANDO";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 600;
}

div.wpcf7 .ajax-loader::before {
  display: none;
}

@-webkit-keyframes contact {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #1798ce;
            box-shadow: 0px 0px 0px 0px #1798ce;
  }
  50% {
    -webkit-box-shadow: 0px 0px 10px 0px #1798ce;
            box-shadow: 0px 0px 10px 0px #1798ce;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #1798ce;
            box-shadow: 0px 0px 0px 0px #1798ce;
  }
}

@keyframes contact {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #1798ce;
            box-shadow: 0px 0px 0px 0px #1798ce;
  }
  50% {
    -webkit-box-shadow: 0px 0px 10px 0px #1798ce;
            box-shadow: 0px 0px 10px 0px #1798ce;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #1798ce;
            box-shadow: 0px 0px 0px 0px #1798ce;
  }
}

#contacto-contactanos-c1 .wpcf7 form {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  grid-gap: 0 1rem;
}

#contacto-contactanos-c1 .wpcf7 form p.message, #contacto-contactanos-c1 .wpcf7 form p.send {
  grid-column: 1 / -1;
}

#contacto-contactanos-c1 .wpcf7 {
  width: 100%;
}

#contacto-contactanos-c1 .wpcf7 p {
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin: 3rem 0 0;
  padding: 0;
}

#contacto-contactanos-c1 .wpcf7 p::after {
  content: '';
  position: absolute;
  background: #084d97;
  width: 0%;
  height: 3px;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#contacto-contactanos-c1 .wpcf7 p label {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  z-index: 1;
  pointer-events: none;
  color: #084d97;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#contacto-contactanos-c1 .wpcf7 p .not-empty {
  font-size: 1.2rem;
  top: -2rem;
  left: 0rem;
  color: #084d97;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#contacto-contactanos-c1 .wpcf7 p:focus-within::after {
  width: 100%;
}

#contacto-contactanos-c1 .wpcf7 p:focus-within label {
  font-size: 1.2rem;
  top: -2rem;
  left: 0rem;
  color: #084d97;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#contacto-contactanos-c1 .wpcf7 p input, #contacto-contactanos-c1 .wpcf7 p textarea, #contacto-contactanos-c1 .wpcf7 p select {
  margin: 0;
  width: 100%;
  padding: 1rem;
  border: none;
  border-bottom: solid 1px #084d97;
  background: none;
  color: #084d97;
}

#contacto-contactanos-c1 .wpcf7 p input:focus, #contacto-contactanos-c1 .wpcf7 p textarea:focus, #contacto-contactanos-c1 .wpcf7 p select:focus {
  border-color: #084d97;
}

#contacto-contactanos-c1 .wpcf7 p input::-webkit-input-placeholder,
#contacto-contactanos-c1 .wpcf7 p textarea::-webkit-input-placeholder {
  visibility: hidden;
}

#contacto-contactanos-c1 .wpcf7 p input:-ms-input-placeholder,
#contacto-contactanos-c1 .wpcf7 p textarea:-ms-input-placeholder {
  visibility: hidden;
}

#contacto-contactanos-c1 .wpcf7 p input::-ms-input-placeholder,
#contacto-contactanos-c1 .wpcf7 p textarea::-ms-input-placeholder {
  visibility: hidden;
}

#contacto-contactanos-c1 .wpcf7 p input::placeholder,
#contacto-contactanos-c1 .wpcf7 p textarea::placeholder {
  visibility: hidden;
}

#contacto-contactanos-c1 .wpcf7 .message:after {
  bottom: 6px;
}

#contacto-contactanos-c1 .wpcf7 .send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-bottom: none;
  margin: 4rem auto;
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#contacto-contactanos-c1 .wpcf7 .send:after {
  display: none;
}

#contacto-contactanos-c1 .wpcf7 .send input[type="submit"] {
  padding: 1rem 4rem;
  border-radius: 2px;
  margin: 0;
  background: #084d97;
  color: white;
  border-bottom: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#contacto-contactanos-c1 .wpcf7 .send input[type="submit"]:hover {
  background: #1798ce;
  color: white;
}

#contacto-contactanos-c1 .wpcf7 .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #084d97;
}

#contacto-contactanos-c1 .wpcf7 .radio span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: auto;
}

#contacto-contactanos-c1 .wpcf7 .radio:after {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #ED2432;
  right: 0;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  border-left: 1rem solid #ED2432;
  background: #084d97;
  color: white;
  padding: 1rem;
  margin: 2rem 0;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  border-left: 1rem solid #00B04C;
  background: #084d97;
  color: white;
  padding: 1rem;
  margin: 2rem 0;
  text-align: center;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  display: inline-block;
  width: 100%;
  background: #1798ce;
  height: 100%;
  border: none;
  border-radius: 0;
  opacity: 1;
  padding: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  vertical-align: middle;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-animation: contact infinite 0.5s;
          animation: contact infinite 0.5s;
}

div.wpcf7 .ajax-loader:after {
  content: "ENVIANDO";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 600;
}

div.wpcf7 .ajax-loader::before {
  display: none;
}

@keyframes contact {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #1798ce;
            box-shadow: 0px 0px 0px 0px #1798ce;
  }
  50% {
    -webkit-box-shadow: 0px 0px 10px 0px #1798ce;
            box-shadow: 0px 0px 10px 0px #1798ce;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #1798ce;
            box-shadow: 0px 0px 0px 0px #1798ce;
  }
}

.form-block {
  width: 100%;
  max-width: 80rem;
  margin: 5rem auto;
}

.form-row {
  margin: auto 0;
  max-width: 100%;
}

.form-row .wpcf7 p::after {
  background: #084d97;
}

.form-row .wpcf7 p label {
  color: #084d97;
}

.form-row .wpcf7 p .not-empty, .form-row .wpcf7 p:focus-within label {
  color: white;
}

.form-row .wpcf7 p input, .form-row .wpcf7 p textarea {
  border-bottom: solid 1px #084d97;
  background: #DDDBD7;
  color: #222222;
}

.form-row .wpcf7 p input:focus, .form-row .wpcf7 p textarea:focus {
  border-color: #084d97;
}

.form-row .wpcf7 .send input[type="submit"] {
  background: #084d97;
  color: white;
}

.form-row .wpcf7 .send input[type="submit"]:hover {
  background: #1798ce;
  color: white;
}

.form-row .wpcf7 form.invalid .wpcf7-response-output,
.form-row .wpcf7 form.unaccepted .wpcf7-response-output,
.form-row .wpcf7 form.sent .wpcf7-response-output {
  background: #DDDBD7;
  color: #222222;
}

.form-row div.wpcf7 .ajax-loader {
  background: #1798ce;
  -webkit-animation: suscribe infinite 0.5s;
          animation: suscribe infinite 0.5s;
}

.form-row div.wpcf7 .ajax-loader:after {
  content: "SUSCRIBIENDOSE";
  color: white;
}

@-webkit-keyframes suscribe {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #1798ce;
            box-shadow: 0px 0px 0px 0px #1798ce;
  }
  50% {
    -webkit-box-shadow: 0px 0px 10px 0px #1798ce;
            box-shadow: 0px 0px 10px 0px #1798ce;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #1798ce;
            box-shadow: 0px 0px 0px 0px #1798ce;
  }
}

@keyframes suscribe {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #1798ce;
            box-shadow: 0px 0px 0px 0px #1798ce;
  }
  50% {
    -webkit-box-shadow: 0px 0px 10px 0px #1798ce;
            box-shadow: 0px 0px 10px 0px #1798ce;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #1798ce;
            box-shadow: 0px 0px 0px 0px #1798ce;
  }
}

.form-row .wpcf7 form.invalid .wpcf7-response-output {
  width: 100%;
}

.form-row .wpcf7 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-row .wpcf7 form p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 20rem;
  margin: 1rem 1rem 0 0;
}

.form-row .wpcf7 form .send input[type="submit"] {
  width: 100%;
}

.search-form {
  margin: 0;
}

.search-form .search-field {
  width: 100%;
  height: 4rem;
  margin: 0;
}

.search-form label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: inherit;
  margin: 0;
  width: 100%;
}

.search-form .search-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  background: #084d97;
  color: white;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  cursor: pointer;
  border: none;
  padding: 1rem 2rem;
  margin: 2rem;
}

.search-form .search-submit:hover {
  background: #1798ce;
}

.search-form .search-submit:focus {
  outline: none;
}

.search-form .search-submit:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.form-grid .wpcf7 form {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  grid-gap: 0 1rem;
}

.form-grid .wpcf7 form p.message, .form-grid .wpcf7 form p.send {
  grid-column: 1 / -1;
}

.subscribe-section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe-section .text {
  padding: 0 1rem 0 0;
}

.subscribe-section .text h5 {
  font-weight: 400;
}

.contact-section {
  padding: 0;
}

.contact-section .form {
  padding: 0 2rem;
}

.white {
  background: white;
}

.grey {
  background: #DDDBD7;
}

.primary {
  background: #084d97;
}

.secondary {
  background: #1798ce;
}

.terciary {
  background: #084d97;
}

.accent {
  background: #1798ce;
}

.darkgrey {
  background: #5E5E5D;
}

.black {
  background: #222222;
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#084d97), to(#1798ce));
  background: linear-gradient(90deg, #084d97 0%, #1798ce 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, white));
  background: linear-gradient(90deg, #222222 50%, white 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #222222));
  background: linear-gradient(90deg, #222222 50%, #222222 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #222222 50%, #DDDBD7 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #222222 50%, #5E5E5D 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, white));
  background: linear-gradient(90deg, white 50%, white 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #222222));
  background: linear-gradient(90deg, white 50%, #222222 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, white 50%, #DDDBD7 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, white 50%, #5E5E5D 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, white));
  background: linear-gradient(90deg, #DDDBD7 50%, white 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #222222));
  background: linear-gradient(90deg, #DDDBD7 50%, #222222 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #DDDBD7 50%, #DDDBD7 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #DDDBD7 50%, #5E5E5D 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, white));
  background: linear-gradient(90deg, #5E5E5D 50%, white 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #222222));
  background: linear-gradient(90deg, #5E5E5D 50%, #222222 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #5E5E5D 50%, #DDDBD7 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #5E5E5D 50%, #5E5E5D 50%);
}

.c-white {
  color: white;
}

.c-grey {
  color: #DDDBD7;
}

.c-primary {
  color: #084d97;
}

.c-secondary {
  color: #1798ce;
}

.c-terciary {
  color: #084d97;
}

.c-accent {
  color: #1798ce;
}

.c-darkgrey {
  color: #5E5E5D;
}

.c-black {
  color: #222222;
}

footer {
  width: 100%;
  color: white;
  background: #222222;
  padding: 5rem 0;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-content h5, .footer-content h6 {
  width: 100%;
  color: #1798ce;
}

.footer-content h6 {
  padding: 0;
  font-weight: 400;
}

.contact-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 25rem;
  max-width: 50rem;
  color: inherit;
  margin: 3rem 0;
}

.contact-footer a {
  color: inherit;
  font-weight: 400;
}

.contact-footer a:hover, .contact-footer a:focus {
  color: #1798ce;
}

.contact-footer i {
  font-size: 1.6rem;
}

.logos-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 25rem;
  max-width: 35rem;
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
          filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  color: inherit;
  margin: 3rem 0;
}

.logos-footer img {
  max-width: 20rem;
}

.logos-footer a:hover, .logos-footer a:focus {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
}

.info-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 25rem;
  width: 100%;
}

.social-footer {
  min-width: 25rem;
  margin: 0;
}

.social-footer .social-menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.social-footer .social-menu i {
  background: #1798ce;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 .8rem;
  margin: .5rem;
}

.social-footer .social-menu i:hover {
  background: white;
  color: #1798ce;
}

.menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 25rem;
  color: inherit;
  margin: 3rem 0;
}

.menu-footer li {
  padding: 1rem 0;
}

.menu-footer li a {
  color: inherit;
  font-weight: 400;
}

.menu-footer li a:hover, .menu-footer li a:focus {
  color: #1798ce;
}

.credits {
  width: 100%;
  background: #084d97;
  color: white;
  padding: 0.3rem 0;
}

.credits-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.credits-content a {
  position: relative;
  color: inherit;
  font-weight: 400;
  padding: 1rem 2rem;
}

.credits-content a:hover, .credits-content a:focus {
  color: #1798ce;
}

.credits-content a span {
  position: relative;
}

.credits-content a span:before {
  content: '';
  position: absolute;
  height: 2rem;
  width: 2rem;
  left: -2.5rem;
  top: 0rem;
  background-image: url(../images/logo.svg);
  background-size: contain;
  -webkit-filter: brightness(10) saturate(0);
          filter: brightness(10) saturate(0);
  background-repeat: no-repeat;
}

.white {
  background: white;
}

.grey {
  background: #DDDBD7;
}

.primary {
  background: #084d97;
}

.secondary {
  background: #1798ce;
}

.terciary {
  background: #084d97;
}

.accent {
  background: #1798ce;
}

.darkgrey {
  background: #5E5E5D;
}

.black {
  background: #222222;
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#084d97), to(#1798ce));
  background: linear-gradient(90deg, #084d97 0%, #1798ce 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, white));
  background: linear-gradient(90deg, #222222 50%, white 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #222222));
  background: linear-gradient(90deg, #222222 50%, #222222 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #222222 50%, #DDDBD7 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #222222 50%, #5E5E5D 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, white));
  background: linear-gradient(90deg, white 50%, white 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #222222));
  background: linear-gradient(90deg, white 50%, #222222 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, white 50%, #DDDBD7 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, white 50%, #5E5E5D 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, white));
  background: linear-gradient(90deg, #DDDBD7 50%, white 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #222222));
  background: linear-gradient(90deg, #DDDBD7 50%, #222222 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #DDDBD7 50%, #DDDBD7 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #DDDBD7 50%, #5E5E5D 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, white));
  background: linear-gradient(90deg, #5E5E5D 50%, white 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #222222));
  background: linear-gradient(90deg, #5E5E5D 50%, #222222 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #5E5E5D 50%, #DDDBD7 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #5E5E5D 50%, #5E5E5D 50%);
}

.c-white {
  color: white;
}

.c-grey {
  color: #DDDBD7;
}

.c-primary {
  color: #084d97;
}

.c-secondary {
  color: #1798ce;
}

.c-terciary {
  color: #084d97;
}

.c-accent {
  color: #1798ce;
}

.c-darkgrey {
  color: #5E5E5D;
}

.c-black {
  color: #222222;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  color: white;
  background: #222222;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5%;
}

.header-onscroll .header-logo .site-logo {
  height: 4rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.topbar {
  width: 100%;
  background: #084d97;
  color: white;
  padding: 0.5rem 0;
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.top h6 {
  font-weight: 500;
  padding: 0;
}

.top a {
  color: white;
  font-weight: 400;
}

.top strong {
  color: white;
}

.top i {
  font-size: 1.8rem;
}

.top p {
  font-size: 1.4rem;
  padding: 0;
}

.header-logo {
  padding: 1rem 0;
}

.header-logo .site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0;
  height: 5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.header-logo .site-logo a {
  height: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
}

.header-logo .site-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
}

.header-menu {
  padding: 0;
  color: white;
}

.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.header-menu .menu-item-type-custom.current-menu-item a {
  color: white;
}

.header-menu .menu-item-type-custom.current-menu-item a:hover, .header-menu .menu-item-type-custom.current-menu-item a:focus {
  color: #1798ce;
}

.header-menu li {
  position: relative;
  margin: 0 1rem;
  padding: 2rem 0;
  text-transform: uppercase;
}

.header-menu li a {
  font-size: 1.8rem;
  font-weight: 400;
}

.header-menu li:hover ul, .header-menu li:focus ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.header-menu li:hover ul span, .header-menu li:focus ul span {
  display: inline-block;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.header-menu li:hover ul span::after, .header-menu li:focus ul span::after {
  content: "\25BC";
  padding-left: 3px;
  font-size: 1.4rem;
  color: #084d97;
}

.header-menu li:hover ul li ul, .header-menu li:focus ul li ul {
  visibility: hidden;
}

.header-menu li:hover ul li:hover span, .header-menu li:hover ul:focus span, .header-menu li:focus ul li:hover span, .header-menu li:focus ul:focus span {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transform-origin: 0% 65%;
          transform-origin: 0% 65%;
}

.header-menu li:hover ul li:hover span::after, .header-menu li:hover ul:focus span::after, .header-menu li:focus ul li:hover span::after, .header-menu li:focus ul:focus span::after {
  content: "\25BC";
  padding-left: 0.3rem;
  color: #1798ce;
}

.header-menu li:hover ul li:hover ul, .header-menu li:hover ul:focus ul, .header-menu li:focus ul li:hover ul, .header-menu li:focus ul:focus ul {
  visibility: visible;
  left: 100%;
  margin-left: 2rem;
}

.header-menu li:hover span, .header-menu li:focus span {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transform-origin: 0% 65%;
          transform-origin: 0% 65%;
}

.header-menu li:hover span::after, .header-menu li:focus span::after {
  content: "\25BC";
  padding-left: 0.3rem;
  color: #1798ce;
}

.header-menu li a {
  color: inherit;
}

.header-menu li a:hover, .header-menu li a:focus {
  color: #1798ce;
}

.header-menu li span {
  display: inline-block;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.header-menu li span::after {
  content: "\25BC";
  padding-left: 3px;
  font-size: 1.4rem;
  color: #084d97;
}

.header-menu li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 100%;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  top: calc(100% + 3rem);
  border-radius: 0 2px 2px 2px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: white;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.header-menu li ul li {
  margin: 0;
  width: 100%;
  padding: 1rem 2rem;
}

.header-menu li ul li ul {
  position: absolute;
  visibility: hidden;
  top: -2rem !important;
  left: 100%;
  margin-left: 1rem;
  background: #084d97;
}

.header-menu li ul li ul li a {
  color: white;
}

.header-menu .current-menu-item a {
  color: #1798ce;
}

.header-menu .current-menu-item ul a {
  color: white;
}

.header-menu .current-menu-item ul a:hover {
  color: #1798ce;
}

.header-menu .current-menu-item .current-menu-item a {
  color: #1798ce;
}

.secondary-menu {
  padding: 0;
  width: 100%;
  background: #222222;
}

.secondary-menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.secondary-menu-content li a {
  color: white;
}

.secondary-menu-content li ul li a {
  color: white;
}

.megamenu #menu-item-60,
.megamenu #menu-item-100 {
  position: initial;
}

.megamenu #menu-item-60 ul,
.megamenu #menu-item-100 ul {
  width: 100%;
  left: 0;
  top: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.megamenu #menu-item-60 ul li,
.megamenu #menu-item-100 ul li {
  min-width: 20rem;
  padding: 1rem 2rem;
}

.megamenu #menu-item-60 ul li span,
.megamenu #menu-item-100 ul li span {
  display: none;
}

.megamenu #menu-item-60 ul li a,
.megamenu #menu-item-100 ul li a {
  display: inline-block;
  border-bottom: solid 1px;
  padding: 0.5rem 0;
  width: 100%;
}

.megamenu #menu-item-60 ul ul,
.megamenu #menu-item-100 ul ul {
  background: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  position: relative;
  padding: 1rem 0;
}

.megamenu #menu-item-60 ul ul li,
.megamenu #menu-item-100 ul ul li {
  padding: 1rem 0rem;
  font-size: 1.4rem;
}

.megamenu #menu-item-60 ul ul li a,
.megamenu #menu-item-100 ul ul li a {
  font-size: 1.4rem;
  border: none;
}

.search-header:hover #datafetch {
  visibility: visible;
}

.search-form {
  position: relative;
  width: 25rem;
}

.search-form .search-button {
  position: absolute;
  width: 4rem;
  height: 4rem;
}

.search-form .search-button:hover i {
  color: #1798ce;
}

.search-form .search-button input {
  background: none;
  border: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.search-form .search-button i {
  position: absolute;
  font-size: 2rem;
  color: white;
  padding: 0;
  pointer-events: none;
  top: 0;
  left: 1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-form .search-field {
  border: none;
  border-radius: 5px;
  padding-left: 4rem;
  border-bottom: solid 1px white;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.search-form .search-field:hover, .search-form .search-field:focus {
  outline: none;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#datafetch {
  position: absolute;
  visibility: hidden;
  width: 100%;
  left: 0;
  top: 100%;
  background: white;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

#datafetch a {
  display: block;
  width: 100%;
  padding: 1rem;
}

#datafetch a:hover {
  background: #f6f6f6;
  color: #084d97;
}

#datafetch a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#datafetch a p {
  font-weight: 600;
  padding: 0;
}

#datafetch a img {
  height: 4rem;
  width: 4rem;
  margin: 0 1rem 0 0;
}

#datafetch a span {
  color: #00B04C;
}

#datafetch h6 {
  color: #222222;
  font-weight: 400;
  padding: 1rem;
  font-size: 1.6rem;
}

.mobile-menu {
  display: none;
}

.burger-button {
  position: relative;
  padding: 2rem;
  cursor: pointer;
  display: none;
  z-index: 2;
}

.burger-button:hover .line, .burger-button:focus .line {
  background: #1798ce;
}

.burger-button .line {
  position: absolute;
  left: 0;
  width: 4rem;
  height: 0.4rem;
  border-radius: 0.25rem;
  margin: 0.5rem 0;
  background: white;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.burger-button #line-1 {
  -webkit-transform: rotate(0) translateY(-1rem);
          transform: rotate(0) translateY(-1rem);
}

.burger-button #line-2 {
  opacity: 1;
}

.burger-button #line-3 {
  -webkit-transform: rotate(0) translateY(1rem);
          transform: rotate(0) translateY(1rem);
}

.burger-button-off .line {
  background: white;
  margin: 0;
}

.burger-button-off #line-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.burger-button-off #line-2 {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.burger-button-off #line-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  .header-menu {
    display: none;
  }
  .burger-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mobile-menu {
    -webkit-transform: translate(100%, 0px);
            transform: translate(100%, 0px);
    display: block;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background: #222222;
    position: fixed;
    background: inherit;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 15rem 4rem 0;
    min-width: 30rem;
  }
  .mobile-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .mobile-menu li {
    margin: 2rem 0;
    text-align: right;
  }
  .mobile-menu li:hover ul, .mobile-menu li:focus ul {
    opacity: 1;
    margin: 0;
    visibility: visible;
  }
  .mobile-menu li a {
    font-size: 2.4rem;
  }
  .mobile-menu li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 1rem 0;
    opacity: 0;
    visibility: hidden;
    margin: -200% 0;
    -webkit-transition: margin 0s, visibility 0.5s;
    transition: margin 0s, visibility 0.5s;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mobile-menu li ul li {
    margin: 0;
    padding: 1rem 0rem;
  }
  .mobile-menu li ul li a {
    font-size: 2rem;
  }
  .mobile-menu li ul li ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mobile-menu .mobile-menu-bottom {
    margin: 2rem auto;
    bottom: 5%;
    position: absolute;
    width: 100%;
  }
  .mobile-menu-on {
    -webkit-box-shadow: 0px 0px 0px 1920px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 0px 1920px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .header-onscroll .site-logo img {
    max-height: 7rem;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}

.white {
  background: white;
}

.grey {
  background: #DDDBD7;
}

.primary {
  background: #084d97;
}

.secondary {
  background: #1798ce;
}

.terciary {
  background: #084d97;
}

.accent {
  background: #1798ce;
}

.darkgrey {
  background: #5E5E5D;
}

.black {
  background: #222222;
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#084d97), to(#1798ce));
  background: linear-gradient(90deg, #084d97 0%, #1798ce 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, white));
  background: linear-gradient(90deg, #222222 50%, white 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #222222));
  background: linear-gradient(90deg, #222222 50%, #222222 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #222222 50%, #DDDBD7 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #222222 50%, #5E5E5D 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, white));
  background: linear-gradient(90deg, white 50%, white 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #222222));
  background: linear-gradient(90deg, white 50%, #222222 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, white 50%, #DDDBD7 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, white 50%, #5E5E5D 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, white));
  background: linear-gradient(90deg, #DDDBD7 50%, white 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #222222));
  background: linear-gradient(90deg, #DDDBD7 50%, #222222 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #DDDBD7 50%, #DDDBD7 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #DDDBD7 50%, #5E5E5D 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, white));
  background: linear-gradient(90deg, #5E5E5D 50%, white 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #222222));
  background: linear-gradient(90deg, #5E5E5D 50%, #222222 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #5E5E5D 50%, #DDDBD7 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #5E5E5D 50%, #5E5E5D 50%);
}

.c-white {
  color: white;
}

.c-grey {
  color: #DDDBD7;
}

.c-primary {
  color: #084d97;
}

.c-secondary {
  color: #1798ce;
}

.c-terciary {
  color: #084d97;
}

.c-accent {
  color: #1798ce;
}

.c-darkgrey {
  color: #5E5E5D;
}

.c-black {
  color: #222222;
}

#inicio-necesita-asesoramiento-c1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#grandes-proyectos-banner-c2 {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  padding: 5rem 0 5rem 3rem;
}

#grandes-proyectos-banner-c2 .column_item {
  margin: 2rem 0;
}

#grandes-proyectos-lo-que-sabemos-hacer-c1 .text-content {
  margin: 0;
}

#grandes-proyectos-lo-que-sabemos-hacer-c1 .card-icon {
  max-width: 25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#grandes-proyectos-lo-que-sabemos-hacer-c1 .card-icon .card_text {
  max-width: 20rem;
}

#grandes-proyectos-lo-que-sabemos-hacer-c1 .card-icon h5 {
  text-align: center;
}

#grandes-proyectos-lo-que-sabemos-hacer-c1 .card-icon .card_image img {
  max-width: 12rem;
}

#grandes-proyectos-tu-proyecto-c1 {
  -webkit-box-flex: 0.3;
      -ms-flex: 0.3;
          flex: 0.3;
}

#grandes-proyectos-tu-proyecto-c1 .card-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#grandes-proyectos-tu-proyecto-c1 .card_text h5 {
  color: white;
  text-align: center;
}

#tu-proyecto-c2 p {
  font-size: 1.8rem;
}

#tu-proyecto-c2 strong {
  color: white;
  padding: 2rem 0 0;
  display: inline-block;
}

#grandes-proyectos-proyectos-c1 .card-category {
  margin: 1rem;
  cursor: pointer;
}

#grandes-proyectos-proyectos-c1 .card-category .card_text {
  opacity: 0;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#grandes-proyectos-proyectos-c1 .card-category:hover .card_text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#grandes-proyectos-cotiza-tu-proyecto .image_background::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #084d97;
  opacity: .5;
}

#grandes-proyectos-cotiza-tu-proyecto .title_main {
  margin-bottom: 5rem;
}

#hogar-y-comercio-banner-c2 {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  padding: 5rem 0 5rem 3rem;
}

#hogar-y-comercio-banner-c2 .column_item {
  margin: 2rem 0;
}

#hogar-y-comercio-lo-que-sabemos-hacer-c1 .card-icon {
  max-width: 25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#hogar-y-comercio-lo-que-sabemos-hacer-c1 .card-icon .card_text {
  max-width: 20rem;
}

#hogar-y-comercio-lo-que-sabemos-hacer-c1 .card-icon button {
  margin: 1rem auto;
}

#hogar-y-comercio-lo-que-sabemos-hacer-c1 .card-icon h5 {
  text-align: center;
}

#hogar-y-comercio-lo-que-sabemos-hacer-c1 .card-icon .card_image img {
  max-width: 12rem;
}

#hogar-y-comercio-tu-proyecto-c1 {
  -webkit-box-flex: 0.3;
      -ms-flex: 0.3;
          flex: 0.3;
}

#hogar-y-comercio-tu-proyecto-c1 .card-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#hogar-y-comercio-tu-proyecto-c1 .card_text h5 {
  color: white;
  text-align: center;
}

#tu-proyecto-c2 p {
  font-size: 1.8rem;
}

#tu-proyecto-c2 strong {
  color: white;
  padding: 2rem 0 0;
  display: inline-block;
}

#hogar-y-comercio-proyectos-c1 .card-category {
  margin: 1rem;
  cursor: pointer;
}

#hogar-y-comercio-proyectos-c1 .card-category .card_text {
  opacity: 0;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#hogar-y-comercio-proyectos-c1 .card-category:hover .card_text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#hogar-y-comercio-cotiza-tu-proyecto .image_background::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #084d97;
  opacity: .5;
}

#hogar-y-comercio-cotiza-tu-proyecto .title_main {
  margin-bottom: 5rem;
}

#nosotros-s1-c2 {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  padding: 5rem 0 5rem 3rem;
}

#nosotros-s1-c2 p {
  font-size: 1.4rem;
}

#nosotros-s1-c2 .card-icon {
  max-width: 15rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#nosotros-s1-c2 .card-icon .card_text p {
  text-align: center;
}

#nosotros-s1-c2 .column_item {
  margin: 2rem 0;
}

#nosotros-s1-c2 .cards-container-icon {
  margin: 0;
}

#contacto-contactanos-c1 .text-content {
  margin: 0;
  padding: 0 2rem;
}

#contacto-contactanos-c1 .title_main {
  margin: 0 0 3rem;
}

#contacto-contactanos-c1 form {
  padding: 2rem;
}

.single_post .text-content {
  margin: 0 auto;
}

.single_post .text-content ul {
  width: 100%;
}

.single_post .text-content li {
  list-style: inside;
  padding: 1rem 0;
}

.single_post .text-content img {
  width: 50%;
  padding: 0 3rem 0 0;
  height: auto;
  float: left;
}

.single_post .text-content h1, .single_post .text-content h2, .single_post .text-content h3, .single_post .text-content h4, .single_post .text-content h5 {
  width: 100%;
  text-align: left;
}

.single_post .text-content h1, .single_post .text-content h2, .single_post .text-content h3, .single_post .text-content h4, .single_post .text-content h5 {
  color: #084d97;
}

.single_post .text-content i {
  font-size: 1.8rem;
}

.single_post .text-content p {
  width: 100%;
}

.categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 25rem;
  border-left: solid;
  width: auto;
  height: 100%;
}

.categories-list .current-cat a {
  color: #1798ce;
}

.pagination {
  width: 100%;
  margin: 3rem 0;
}

.pagination .nav-links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .next, .pagination .preview {
  margin: 0;
}

.pagination .page-numbers {
  background: #084d97;
  padding: 1rem;
  border-radius: 2px;
  margin: 0 0.5rem;
  color: white;
  font-size: 2rem;
  font-weight: 400;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.pagination .page-numbers:hover {
  background: #222222;
}

.pagination .current {
  font-size: 2rem;
  background: #1798ce;
}

.page-404 {
  display: block;
}

.content-404 {
  margin: 20rem 0 15rem;
}

.content-404 h1 {
  width: 100%;
  text-align: center;
  color: #1798ce;
}

.content-404 h4 {
  color: white;
  background: #084d97;
  padding: 1rem 2rem;
  border-radius: 2px;
}

.content-404 h4:hover {
  background: #1798ce;
}

.content-404 p {
  text-align: center;
  max-width: 60rem;
  margin: 2rem 0;
}

.logo-404 {
  position: relative;
  margin: 5rem 0;
  width: 15rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo-404 .logo {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.logo-404 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-404 .transparent {
  -webkit-filter: contrast(0) saturate(0) brightness(5) drop-shadow(0 0 0 #084d97);
          filter: contrast(0) saturate(0) brightness(5) drop-shadow(0 0 0 #084d97);
  z-index: -1;
}

.logo-404 .color {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-animation: logo infinite 3s ease-in;
          animation: logo infinite 3s ease-in;
}

@-webkit-keyframes logo {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

@keyframes logo {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

.mi-cuenta {
  padding: 0rem 5% 5rem;
}

.mi-cuenta .woocommerce-MyAccount-content {
  background: #DDDBD7;
  -ms-flex-item-align: normal;
      -ms-grid-row-align: normal;
      align-self: normal;
  padding: 1rem;
}

.mi-cuenta .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 0 3rem;
}

.mi-cuenta .woocommerce nav {
  -ms-flex-item-align: normal;
      -ms-grid-row-align: normal;
      align-self: normal;
  background: #084d97;
}

.mi-cuenta .woocommerce ul {
  margin: 0;
}

.mi-cuenta .woocommerce li {
  position: relative;
  padding: 2rem;
  margin: 0.1rem 0;
  border-bottom: solid 1px white;
}

.mi-cuenta .woocommerce li a {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #084d97;
  color: white;
}

.mi-cuenta .woocommerce li a:hover {
  background: #1798ce;
}

.mi-cuenta .woocommerce li.is-active a {
  background: #1798ce;
}

.white {
  background: white;
}

.grey {
  background: #DDDBD7;
}

.primary {
  background: #084d97;
}

.secondary {
  background: #1798ce;
}

.terciary {
  background: #084d97;
}

.accent {
  background: #1798ce;
}

.darkgrey {
  background: #5E5E5D;
}

.black {
  background: #222222;
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#084d97), to(#1798ce));
  background: linear-gradient(90deg, #084d97 0%, #1798ce 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, white));
  background: linear-gradient(90deg, #222222 50%, white 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #222222));
  background: linear-gradient(90deg, #222222 50%, #222222 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #222222 50%, #DDDBD7 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #222222 50%, #5E5E5D 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, white));
  background: linear-gradient(90deg, white 50%, white 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #222222));
  background: linear-gradient(90deg, white 50%, #222222 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, white 50%, #DDDBD7 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, white 50%, #5E5E5D 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, white));
  background: linear-gradient(90deg, #DDDBD7 50%, white 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #222222));
  background: linear-gradient(90deg, #DDDBD7 50%, #222222 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #DDDBD7 50%, #DDDBD7 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #DDDBD7 50%, #5E5E5D 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, white));
  background: linear-gradient(90deg, #5E5E5D 50%, white 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #222222));
  background: linear-gradient(90deg, #5E5E5D 50%, #222222 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #5E5E5D 50%, #DDDBD7 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #5E5E5D 50%, #5E5E5D 50%);
}

.c-white {
  color: white;
}

.c-grey {
  color: #DDDBD7;
}

.c-primary {
  color: #084d97;
}

.c-secondary {
  color: #1798ce;
}

.c-terciary {
  color: #084d97;
}

.c-accent {
  color: #1798ce;
}

.c-darkgrey {
  color: #5E5E5D;
}

.c-black {
  color: #222222;
}

.page-banner {
  position: relative;
  z-index: 1;
  padding: 10rem 0;
  color: white;
}

.page-banner p {
  max-width: 80rem;
}

.page-banner_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}

.page-title {
  width: 100%;
  text-align: center;
  padding: 4rem 0;
  margin: 5rem 0;
}

.page-title .page-banner_img {
  display: none;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title_main {
  position: relative;
}

.title_main span {
  font-size: 4rem;
  font-weight: 500;
}

.title_main::after {
  content: '';
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  height: 6px;
  width: 12rem;
  background: #1798ce;
}

.title_section span {
  font-size: 3rem;
}

.title_section .title_icon {
  height: 5rem;
  width: 5rem;
}

.title_subtitle span {
  font-size: 3rem;
  color: #084d97;
}

.title_subtitle .title_icon {
  height: 2rem;
  width: 2rem;
}

.title_button {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title_icon {
  height: 10rem;
  width: 10rem;
  margin: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.title_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.white {
  background: white;
}

.grey {
  background: #DDDBD7;
}

.primary {
  background: #084d97;
}

.secondary {
  background: #1798ce;
}

.terciary {
  background: #084d97;
}

.accent {
  background: #1798ce;
}

.darkgrey {
  background: #5E5E5D;
}

.black {
  background: #222222;
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#084d97), to(#1798ce));
  background: linear-gradient(90deg, #084d97 0%, #1798ce 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, white));
  background: linear-gradient(90deg, #222222 50%, white 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #222222));
  background: linear-gradient(90deg, #222222 50%, #222222 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #222222 50%, #DDDBD7 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #222222 50%, #5E5E5D 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, white));
  background: linear-gradient(90deg, white 50%, white 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #222222));
  background: linear-gradient(90deg, white 50%, #222222 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, white 50%, #DDDBD7 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, white 50%, #5E5E5D 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, white));
  background: linear-gradient(90deg, #DDDBD7 50%, white 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #222222));
  background: linear-gradient(90deg, #DDDBD7 50%, #222222 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #DDDBD7 50%, #DDDBD7 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #DDDBD7 50%, #5E5E5D 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, white));
  background: linear-gradient(90deg, #5E5E5D 50%, white 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #222222));
  background: linear-gradient(90deg, #5E5E5D 50%, #222222 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #5E5E5D 50%, #DDDBD7 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #5E5E5D 50%, #5E5E5D 50%);
}

.c-white {
  color: white;
}

.c-grey {
  color: #DDDBD7;
}

.c-primary {
  color: #084d97;
}

.c-secondary {
  color: #1798ce;
}

.c-terciary {
  color: #084d97;
}

.c-accent {
  color: #1798ce;
}

.c-darkgrey {
  color: #5E5E5D;
}

.c-black {
  color: #222222;
}

.max-width {
  width: 100%;
  max-width: 120rem;
  min-width: 35rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 35rem;
  -ms-grid-columns: (minmax(35rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(35rem, 1fr));
  grid-gap: 0.5rem;
  padding: 1rem;
}

.grid_item {
  max-width: 35rem;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 35rem;
}

.row_item_2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  min-width: 35rem;
}

.row_item_3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  min-width: 35rem;
}

.row_item_4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  min-width: 35rem;
}

.row.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row.around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.row.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.row.end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.row.a-between {
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}

.row.a-around {
  -webkit-box-align: space-around;
      -ms-flex-align: space-around;
          align-items: space-around;
}

.row.a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.a-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row.a-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.full-width {
  width: 100%;
}

@media (max-width: 720px) {
  .switch_order .column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .switch_order .column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.columns.max-width {
  padding: 0;
}

.columns .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  -ms-flex-item-align: normal;
      align-self: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1rem;
  min-width: 35rem;
  z-index: 1;
}

.columns .column_image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.image_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.hook {
  width: 100%;
  height: 0;
  -webkit-transform: translateY(-12rem);
          transform: translateY(-12rem);
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.buttons button {
  margin: 0rem 2rem 0 0;
}

.text-content {
  width: 100%;
  margin: 5rem 0;
}

.text-content ul {
  width: 100%;
}

.text-content li {
  list-style: inside;
  font-weight: 400;
  padding: 1rem 0;
}

.text-content img {
  width: 100%;
  height: auto;
}

.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5 {
  width: 100%;
  text-align: left;
  color: #084d97;
}

.text-content i {
  font-size: 1.8rem;
}

.text-content p {
  width: 100%;
}

.text-content strong {
  color: #1798ce;
}

.return-button p, .return-button i {
  font-size: 1.8rem;
  text-align: center;
  margin: 2rem auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.not-found {
  margin: 0 auto;
  color: white;
  background: #1798ce;
  padding: 1rem 2rem;
  border-radius: 2px;
  text-align: center;
  width: auto;
}

.white {
  background: white;
}

.grey {
  background: #DDDBD7;
}

.primary {
  background: #084d97;
}

.secondary {
  background: #1798ce;
}

.terciary {
  background: #084d97;
}

.accent {
  background: #1798ce;
}

.darkgrey {
  background: #5E5E5D;
}

.black {
  background: #222222;
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#084d97), to(#1798ce));
  background: linear-gradient(90deg, #084d97 0%, #1798ce 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, white));
  background: linear-gradient(90deg, #222222 50%, white 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #222222));
  background: linear-gradient(90deg, #222222 50%, #222222 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #222222 50%, #DDDBD7 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #222222 50%, #5E5E5D 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, white));
  background: linear-gradient(90deg, white 50%, white 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #222222));
  background: linear-gradient(90deg, white 50%, #222222 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, white 50%, #DDDBD7 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, white 50%, #5E5E5D 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, white));
  background: linear-gradient(90deg, #DDDBD7 50%, white 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #222222));
  background: linear-gradient(90deg, #DDDBD7 50%, #222222 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #DDDBD7 50%, #DDDBD7 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #DDDBD7 50%, #5E5E5D 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, white));
  background: linear-gradient(90deg, #5E5E5D 50%, white 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #222222));
  background: linear-gradient(90deg, #5E5E5D 50%, #222222 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #5E5E5D 50%, #DDDBD7 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #5E5E5D 50%, #5E5E5D 50%);
}

.c-white {
  color: white;
}

.c-grey {
  color: #DDDBD7;
}

.c-primary {
  color: #084d97;
}

.c-secondary {
  color: #1798ce;
}

.c-terciary {
  color: #084d97;
}

.c-accent {
  color: #1798ce;
}

.c-darkgrey {
  color: #5E5E5D;
}

.c-black {
  color: #222222;
}

.cards-container {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  grid-gap: 1rem;
  margin: 5rem 0;
}

.cards-container-post {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  grid-gap: 1rem;
  margin: 5rem 0;
}

.cards-container-profile {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: (minmax(20rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  grid-gap: 1rem;
  margin: 5rem 0;
}

.cards-container-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem 0;
}

.cards-container-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem 0;
}

.cards-container-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem 0;
}

.cards-container-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem 0;
}

.cards-container-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem 3rem;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  background: none;
  color: #222222;
  border-radius: 2px;
  width: 100%;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.card_link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.card_text {
  width: 100%;
  padding: 1rem;
}

.card_title {
  font-size: 3rem;
  font-weight: 500;
  padding: .5rem 0;
}

.card_date {
  font-size: 1.4rem;
  font-weight: 500;
  padding: .2rem 0;
  color: #084d97;
}

.card_excerpt {
  font-size: 1.4rem;
  font-weight: 500;
}

.card_more {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #084d97;
}

.card_image {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card_image img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.card:hover {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.card:hover .card_more {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.card:hover .card_image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 20rem;
  width: 100%;
  text-align: center;
  -ms-flex-item-align: normal;
      align-self: normal;
  margin: 2rem 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.card-icon .card_text {
  padding: 1rem 0;
}

.card-icon .card_text h5, .card-icon .card_text h6, .card-icon .card_text p {
  padding: 0.5rem 0;
  width: 100%;
  text-align: left;
}

.card-icon .card_text h5 {
  color: #084d97;
  font-weight: 600;
}

.card-icon .card_text p {
  font-size: 1.4rem;
}

.card-icon .card_image {
  height: 10rem;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.card-icon .card_image img {
  width: 100%;
  max-width: 10rem;
  height: auto;
}

.card-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  text-align: left;
  margin: 2rem 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.card-avatar .card_text {
  margin: 0;
  width: 15rem;
}

.card-avatar .card_text h5 {
  font-size: 1.4rem;
  padding: 0;
}

.card-avatar .card_text h6 {
  font-size: 1.2rem;
  padding: 0;
}

.card-avatar .card_text p {
  font-size: 1rem;
  padding: 0;
  width: 100%;
}

.card-avatar .card_image {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
}

.card-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  max-width: 25rem;
  width: 100%;
  background: white;
  color: white;
  border-radius: 1rem;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.card-profile .card_text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5);
}

.card-profile .card_text h5 {
  font-size: 1.8rem;
  padding: 0;
}

.card-profile .card_text h6 {
  font-size: 1.6rem;
  padding: 0;
}

.card-profile .card_text p {
  font-size: 1.4rem;
  padding: 0;
  width: 100%;
}

.card-profile .card_image {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.card-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -ms-flex-item-align: normal;
      align-self: normal;
  min-width: 35rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 1rem;
  padding: 1rem;
  width: 100%;
  background: white;
  color: #222222;
  border-radius: 1rem;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.card-review .card_text {
  width: 100%;
  padding: 1rem;
}

.card-review .card_text h5 {
  font-size: 2rem;
  padding: 0;
  width: 100%;
  color: #084d97;
}

.card-review .card_text h6 {
  font-size: 1.8rem;
  padding: 0;
  width: 100%;
  font-weight: 400;
}

.card-review .card_text p {
  font-size: 1.6rem;
  padding: 0;
  width: 100%;
}

.card-review .card_image {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
}

.card-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -ms-flex-item-align: normal;
      align-self: normal;
  min-width: 35rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 1rem;
  padding: 0;
  color: #222222;
}

.card-service .card_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
  min-width: 20rem;
}

.card-service .card_text h5 {
  font-size: 2rem;
  padding: 0;
  width: 100%;
  color: #084d97;
}

.card-service .card_text h6 {
  font-size: 1.8rem;
  padding: 0;
  width: 100%;
  font-weight: 400;
}

.card-service .card_text p {
  font-size: 1.4rem;
  padding: 0;
  width: 100%;
}

.card-service .card_image {
  -webkit-box-flex: 0.7;
      -ms-flex: 0.7;
          flex: 0.7;
  min-width: 20rem;
  -ms-flex-item-align: normal;
      -ms-grid-row-align: normal;
      align-self: normal;
}

.card-category {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 35rem;
  min-width: 35rem;
  padding: 1rem;
  margin: auto;
  text-align: center;
  color: white;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.card-category .card_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card-category .card_text h5 {
  font-size: 3rem;
  font-weight: 600;
  max-width: 37rem;
}

.card-category .card_image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  height: 100%;
  width: 100%;
}

.white {
  background: white;
}

.grey {
  background: #DDDBD7;
}

.primary {
  background: #084d97;
}

.secondary {
  background: #1798ce;
}

.terciary {
  background: #084d97;
}

.accent {
  background: #1798ce;
}

.darkgrey {
  background: #5E5E5D;
}

.black {
  background: #222222;
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#084d97), to(#1798ce));
  background: linear-gradient(90deg, #084d97 0%, #1798ce 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, white));
  background: linear-gradient(90deg, #222222 50%, white 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #222222));
  background: linear-gradient(90deg, #222222 50%, #222222 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #222222 50%, #084d97 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #222222 50%, #1798ce 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #222222 50%, #DDDBD7 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #222222 50%, #5E5E5D 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, white));
  background: linear-gradient(90deg, white 50%, white 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #222222));
  background: linear-gradient(90deg, white 50%, #222222 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #084d97));
  background: linear-gradient(90deg, white 50%, #084d97 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, white 50%, #1798ce 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, white 50%, #DDDBD7 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, white 50%, #5E5E5D 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, white));
  background: linear-gradient(90deg, #084d97 50%, white 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #222222));
  background: linear-gradient(90deg, #084d97 50%, #222222 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #084d97 50%, #084d97 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #084d97 50%, #1798ce 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #084d97 50%, #DDDBD7 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #084d97), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #084d97 50%, #5E5E5D 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, white));
  background: linear-gradient(90deg, #1798ce 50%, white 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #222222));
  background: linear-gradient(90deg, #1798ce 50%, #222222 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #1798ce 50%, #084d97 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #1798ce 50%, #1798ce 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #1798ce 50%, #DDDBD7 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1798ce), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #1798ce 50%, #5E5E5D 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, white));
  background: linear-gradient(90deg, #DDDBD7 50%, white 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #222222));
  background: linear-gradient(90deg, #DDDBD7 50%, #222222 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #DDDBD7 50%, #084d97 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #DDDBD7 50%, #1798ce 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #DDDBD7 50%, #DDDBD7 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #DDDBD7), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #DDDBD7 50%, #5E5E5D 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, white));
  background: linear-gradient(90deg, #5E5E5D 50%, white 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #222222));
  background: linear-gradient(90deg, #5E5E5D 50%, #222222 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #084d97));
  background: linear-gradient(90deg, #5E5E5D 50%, #084d97 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #1798ce));
  background: linear-gradient(90deg, #5E5E5D 50%, #1798ce 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #DDDBD7));
  background: linear-gradient(90deg, #5E5E5D 50%, #DDDBD7 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5E5E5D), color-stop(50%, #5E5E5D));
  background: linear-gradient(90deg, #5E5E5D 50%, #5E5E5D 50%);
}

.c-white {
  color: white;
}

.c-grey {
  color: #DDDBD7;
}

.c-primary {
  color: #084d97;
}

.c-secondary {
  color: #1798ce;
}

.c-terciary {
  color: #084d97;
}

.c-accent {
  color: #1798ce;
}

.c-darkgrey {
  color: #5E5E5D;
}

.c-black {
  color: #222222;
}

@media (max-width: 1280px) {
  html {
    font-size: 61.5%;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 60.5%;
  }
}

@media (max-width: 900px) {
  html {
    font-size: 58.5%;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 55.5%;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 53.5%;
  }
  .banner_text h1 {
    font-size: 3.4rem;
  }
  .banner_text p {
    bottom: 5rem;
    left: 1rem;
  }
  .banner .buttons button {
    margin: 2rem 2rem 0 0;
  }
  .tabs .tab {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 52.5%;
  }
}

@media (max-width: 320px) {
  html {
    font-size: 47.5%;
  }
}
/*# sourceMappingURL=style.css.map */