/* Minification failed. Returning unminified contents.
(3,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(32,10): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-black'
(72,21): run-time error CSS1039: Token not allowed after unary operator: '-font-family-heading'
(198,23): run-time error CSS1039: Token not allowed after unary operator: '-border-radius-lg'
(199,20): run-time error CSS1039: Token not allowed after unary operator: '-shadow-light'
(201,21): run-time error CSS1039: Token not allowed after unary operator: '-font-family-primary'
(203,15): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(207,21): run-time error CSS1039: Token not allowed after unary operator: '-font-family-heading'
(210,15): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-black'
(217,21): run-time error CSS1039: Token not allowed after unary operator: '-font-family-heading'
(220,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-red'
(235,20): run-time error CSS1039: Token not allowed after unary operator: '-primary-gradient'
(265,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-red'
(316,21): run-time error CSS1039: Token not allowed after unary operator: '-font-family-primary'
(320,26): run-time error CSS1039: Token not allowed after unary operator: '-magtek-red'
(321,23): run-time error CSS1039: Token not allowed after unary operator: '-border-radius'
(323,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-red'
(325,20): run-time error CSS1039: Token not allowed after unary operator: '-transition'
(334,20): run-time error CSS1039: Token not allowed after unary operator: '-primary-gradient'
(335,22): run-time error CSS1039: Token not allowed after unary operator: '-magtek-red'
(337,20): run-time error CSS1039: Token not allowed after unary operator: '-shadow-medium'
(341,20): run-time error CSS1039: Token not allowed after unary operator: '-primary-gradient'
(343,22): run-time error CSS1039: Token not allowed after unary operator: '-magtek-red'
(347,20): run-time error CSS1039: Token not allowed after unary operator: '-magtek-red'
(349,20): run-time error CSS1039: Token not allowed after unary operator: '-shadow-medium'
(463,15): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-black'
(473,20): run-time error CSS1039: Token not allowed after unary operator: '-transition'
(483,21): run-time error CSS1039: Token not allowed after unary operator: '-font-family-primary'
(487,15): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-black'
(507,15): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-black'
(514,15): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-black'
(549,23): run-time error CSS1039: Token not allowed after unary operator: '-border-radius'
(551,20): run-time error CSS1039: Token not allowed after unary operator: '-shadow-light'
(576,23): run-time error CSS1039: Token not allowed after unary operator: '-border-radius'
(578,20): run-time error CSS1039: Token not allowed after unary operator: '-shadow-light'
 */
/* Modern Privacy Policy Styling */
:root {
  --magtek-red: #d21242;
  --magtek-gray: #f8f9fa;
  --magtek-white: #ffffff;
  --light-neutral-gray: #f4f5f5;
  --medium-neutral-gray: #dbdbdb;
  --neutral-gray: #555454;
  --dark-neutral-black: #333132;
  --light-neutral-blue: #ced7df;
  --dark-neutral-blue: #263c50;
  --text-color: #333;

  /* Modern additions */
  --primary-gradient: linear-gradient(135deg, #d21242 0%, #b01038 100%);
  --shadow-light: 0 2px 10px rgba(0, 0, 0, 0.08);
  --shadow-medium: 0 4px 20px rgba(0, 0, 0, 0.12);
  --shadow-heavy: 0 8px 30px rgba(0, 0, 0, 0.15);
  --border-radius: 8px;
  --border-radius-lg: 12px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-family-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  --font-family-heading: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, sans-serif;
}

/* Modern Hero Section */
.splash {
  background: linear-gradient(
    135deg,
    var(--dark-neutral-black) 0%,
    #2a2a2a 100%
  );
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.splash::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.01)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.splash header {
  width: 100%;
  margin: 0px auto;
  min-height: inherit;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splash header .headerText {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  text-align: center;
  padding: 80px 20px;
}

.splash header .headerText h1 {
  font-family: var(--font-family-heading);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: white;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 508px) {
  .policy .tab-buttons {
    flex-direction: column;
    align-items: center;
  }
  .policy .tab-button {
    width: 300px;
  }
}

@media (max-width: 414px) {
  .tab-links .toggle-menu {
    display: block;
    position: absolute;
    z-index: 20;
    width: 100vw;
    height: 15.7vw;
    background-image: url("../content/images/arrow-down-white.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 93% center;
    cursor: pointer;
  }

  .tab-links .toggle-menu.opened {
    background-image: url("../content/images/arrow-up-white.svg");
    width: 20vw;
    right: 0px;
    background-position: 45% center;
  }
}

@media (max-width: 414px) {
  .tab-links ul.four-links li.tab-link,
  .tab-links ul.three-links li.tab-link {
    width: 100%;
    float: none;
  }

  .tab-links ul li.tab-link {
    display: none;
    font-size: 24px;
  }
  .tab-links ul li.tab-link.display {
    display: block;
  }
  .tab-links ul li.tab-link.active {
    display: block;
  }

  .tab-links ul li.tab-link.segmentName.active.display {
    border-bottom: 0px;
  }
}

.rssBox {
  padding: 10px 0px 20px 60px;
  margin-top: 10px;
  background-image: url(../content/images/rss-icon.svg);
  background-size: 20px;
  background-position: 32px 29px;
  background-repeat: no-repeat;

  background-color: rgba(245, 245, 245, 0.5);
}

.rssBox h1 {
  font-size: 28px;
  font-family: "LinotypeUniversW02-Medi_726166", "Helvetica Neue", Helvetica,
    Century Gothic, Gotham;
  float: left;
}

.rssBox p {
  font-size: 14px;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  float: left;
}

@media (max-width: 768px) {
  .rssBox h1 {
    float: none;
  }

  .rssBox p {
    float: none;
    margin: 0px;
  }
}

#policies .tab a {
  color: #d11242;
}

@media (max-width: 750px) {
  .tab article {
    width: 100%;
  }
}

.tab article:first-of-type {
}

/* Modern Content Styling */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.tab article.policy {
  width: 100%;
  padding: 60px 40px;
  background: white;
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-light);
  margin: 40px 0;
  font-family: var(--font-family-primary);
  line-height: 1.7;
  color: var(--text-color);
}

.tab article.policy h1 {
  font-family: var(--font-family-heading);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--dark-neutral-black);
  margin: 0 0 2rem 0;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.tab article.policy h2 {
  font-family: var(--font-family-heading);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--magtek-red);
  margin: 3rem 0 1.5rem 0;
  line-height: 1.3;
  position: relative;
  padding-left: 20px;
}

.tab article.policy h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background: var(--primary-gradient);
  border-radius: 2px;
}

.tab article.policy p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: #444;
}

.policy-list {
  margin: 1.5rem 0;
  padding-left: 0;
  list-style: none;
}

.policy-list li {
  position: relative;
  padding: 0.75rem 0 0.75rem 2rem;
  font-size: 18px;
  line-height: 1.6;
  color: #444;
}

.policy-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 1.2rem;
  color: var(--magtek-red);
  font-weight: bold;
  font-size: 1.2rem;
}

.tab article:last-of-type {
  border-bottom: none;
}

.tab article h1 {
  font-size: 28px;
  margin-top: 0px;
}

.tab article h2 {
  font-size: 16px;
  text-transform: uppercase;
}

.tab article.news:hover {
  background-color: whitesmoke;
}

.tab article.news .thumb {
  float: left;
  margin-right: 20px;
  width: 150px;
  height: 150px;
}

.tab article.news .readMore {
  color: #d11242;
  margin-left: 10px;
}

@media (max-width: 470px) {
  .tab article.news .thumb {
    float: none;
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }
}

/* Modern Button Styling */
.btn-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid var(--magtek-red);
  border-radius: var(--border-radius);
  background: transparent;
  color: var(--magtek-red);
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  min-height: 50px;
  line-height: 1;
}

.btn-default:hover {
  color: white;
  background: var(--primary-gradient);
  border-color: var(--magtek-red);
  transform: translateY(-2px);
  box-shadow: var(--shadow-medium);
}

.btn-primary {
  background: var(--primary-gradient);
  color: white;
  border-color: var(--magtek-red);
}

.btn-primary:hover {
  background: var(--magtek-red);
  transform: translateY(-2px);
  box-shadow: var(--shadow-medium);
}

/* Integrated Related Documents Sectio.modal-titlen */
.also-see-section {
  background: transparent;
  border: none;
  padding: 50px 0 30px 0;
  margin: 0;
}

.also-see-section h2 {
  margin-bottom: 25px;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
}

.also-see-section .row {
  margin: 0;
  max-width: none;
  margin: 0;
}

.also-see-section .col-md-3,
.also-see-section .col-sm-6 {
  padding: 0 12px;
  margin-bottom: 15px;
}

.also-see-section .btn-block {
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f8f9fa;
  color: #333;
  text-align: left;
  transition: all 0.2s ease;
  text-decoration: none;
  display: block;
  line-height: 1.4;
}

.also-see-section .btn-block:hover {
  background: #e9ecef;
  border-color: #adb5bd;
  color: #000;
  text-decoration: none;
  transform: none;
  box-shadow: none;
}

.tab .button.subscribe:after {
  content: "Subscribe";
}

.tab .button.download:after {
  content: "Download";
}

.tab .button.goToLink:after {
  content: "Read";
}

.tab .button.visitSite:after {
  content: "Visit Event Site";
}

.tab .button.requestMeeting:after {
  content: "Request Meeting";
}

.tab article.event p {
  /*line-height:14px;	*/
}

.tab article.event p.booth:before {
  content: "Booth / Table: ";
}

.tab article.policy h1 {
  margin: 50px 0px;
}

.tab article.policy h2 {
  margin: 20px 0px;
  font-size: 21px;
  text-transform: none;
}

.tab article.policy table {
  margin-top: 50px;
  font-size: 18px;
}
.modal ul li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 1.2rem;
  list-style: disc;
  padding-left: 5px;
}
/* Professional Modal Styling */
.modal-content {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.modal-header {
  background: #f8f9fa;
  color: var(--dark-neutral-black);
  border-bottom: 1px solid #e9ecef;
  padding: 20px 30px;
}

.modal-header .close {
  color: #666;
  opacity: 0.7;
  font-size: 24px;
  font-weight: 400;
  transition: var(--transition);
}

.modal-header .close:hover {
  opacity: 1;
  color: #333;
  transform: none;
}

.modal-title {
  font-family: var(--font-family-primary);
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
  color: var(--dark-neutral-black);
}

.modal-body {
  padding: 30px;
  max-height: 70vh;
  overflow-y: auto;
  background: white;
}

.modal-body .policy {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}

.modal-body .policy h1 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  color: var(--dark-neutral-black);
  font-weight: 600;
}

.modal-body .policy h2 {
  font-size: 1.4rem;
  margin: 2rem 0 1rem 0;
  color: var(--dark-neutral-black);
  font-weight: 600;
}

.modal-body .policy p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 1.2rem;
  color: #444;
}

.modal-footer {
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
  padding: 20px 30px;
}

.modal-footer .btn {
  padding: 10px 24px;
  font-size: 18px;
  background: #6c757d;
  border-color: #6c757d;
  color: white;
}

.modal-footer .btn:hover {
  background: #5a6268;
  border-color: #545b62;
}

/* Visa Registry Styles     top: 1.2rem;*/
.vgrsp-badge {
  float: left;
  width: 15%;
  margin-right: 20px;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow-light);
}

.vgrsp-badge img {
  width: 100%;
  height: auto;
  display: block;
}

.vgrsp-text {
  overflow: hidden;
}

.vgrsp-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* Table Styling */
.table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background: white;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow-light);
}

.table td {
  padding: 16px 20px;
  border-bottom: 1px solid #e9ecef;
  font-size: 18px;
  line-height: 1.5;
}

.table tr:last-child td {
  border-bottom: none;
}

.table tr:nth-child(even) {
  background: #f8f9fa;
}

/* Responsive Design */
@media (max-width: 768px) {
  .tab article.policy {
    padding: 40px 20px;
    margin: 20px 0;
  }

  .tab article.policy h1 {
    font-size: 2rem;
  }

  .tab article.policy h2 {
    font-size: 2.3rem;
  }

  .also-see-section {
    padding: 40px 0 20px 0;
  }

  .also-see-section h2 {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }

  .also-see-section .col-md-3,
  .also-see-section .col-sm-6 {
    padding: 0 8px;
    margin-bottom: 12px;
  }

  .also-see-section .btn-block {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
  }

  .modal-body {
    padding: 20px;
  }

  .modal-header {
    padding: 20px;
  }

  .modal-title {
    font-size: 1.5rem;
  }

  .modal-body .policy h1 {
    font-size: 1.4rem;
  }

  .modal-body .policy h2 {
    font-size: 1.2rem;
  }
}

@media (max-width: 575px) {
  .vgrsp-badge {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 200px;
  }

  .vgrsp-badge img {
    max-width: 100%;
    margin: 0 auto;
  }

  .splash header .headerText {
    padding: 60px 20px;
  }

  .splash header .headerText h1 {
    font-size: 2.5rem;
  }
}

