@charset "utf-8";


:root {
  --outline-color: rgba(var(--red-rgb), .77);

  --no-color: transparent;
  /* * */
  --white: #fff;
  --white-rgb: 255, 255, 255;
  /* black */
  --black: #000;
  --black-rgb: 0, 0, 0;
  /* dar_kgray */
  --dark_gray: #484848;
  --dark_gray-rgb: 72, 72, 72;
  /* gray */
  --gray: #808080;
  --gray-rgb: 128, 128, 128;
  /* light_gray */
  --light_gray: #cecece;
  --light_gray-rgb: 206, 206, 206;
  /* light_gray_x */
  --light_gray_x: #f2f2f2;
  --light_gray_x-rgb: 242, 242, 242;
  /* ********************* */
  /*
    blue */
  /* --org_blue */
  --org_blue: #2dbcf8;
  --org_blue-rgb: 45, 188, 248;
  /* --org_light_blue */
  --org_light_blue: #49e1fd;
  --org_light_blue-rgb: 73, 225, 253;
  /* --org_dark_blue */
  --org_dark_blue: #1197f3;
  --org_dark_blue-rgb: 17, 151, 243;
  /*
    navy */
  /* --org_navy */
  --org_navy: #23456f;
  --org_navy-rgb: 35, 69, 111;
  /* --org_light_navy */
  --org_light_navy: #396a9e;
  --org_light_navy-rgb: 57, 106, 158;
  /* --org_dark_navy */
  --org_dark_navy: #0d2040;
  --org_dark_navy-rgb: 13, 32, 64;
  /*
    green */
  /* --org_green */
  --org_green: #4abdb8;
  --org_green-rgb: 74, 189, 184;
  /* --org_light_green */
  --org_light_green: #72e2de;
  --org_light_green-rgb: 114, 226, 222;
  /* --org_dark_green */
  --org_dark_green: #229892;
  --org_dark_green-rgb: 34, 152, 146;
  /*
    orange */
  /* --org_orange */
  --org_orange: #ff993c;
  --org_orange-rgb: 255, 153, 60;
  /* --org_light_orange */
  --org_light_orange: #ffc75e;
  --org_light_orange-rgb: 255, 199, 94;
  /* --org_dark_orange */
  --org_dark_orange: #ff6b1a;
  --org_dark_orange-rgb: 255, 107, 26;
  /*
    red */
  /* --org_red */
  --org_red: #f44336;
  --org_red-rgb: 244, 67, 54;
  /* --org_light_red */
  --org_light_red: #fc6856;
  --org_light_red-rgb: 252, 104, 86;
  /* --org_dark_red */
  --org_dark_red: #ec1e16;
  --org_dark_red-rgb: 236, 30, 22;
  /* ********************* */
  /* blue */
  --blue: #00f;
  --blue-rgb: 0, 0, 255;
  /* purple */
  --purple: #800080;
  --purple-rgb: 128, 0, 128;
  /* navy */
  --navy: #000080;
  --navy-rgb: 0, 0, 128;
  /* red */
  --red: #f00;
  --red-rgb: 255, 0, 0;
  /* yellow */
  --yellow: #ff0;
  --yellow-rgb: 255, 255, 0;
  /* *** */
  --text_color: #393939;
  --text_reverse_color: #fff;
  --text_link_color: var(--org_light_navy);
  --text_link_hover_color: var(--purple);
  /* width */
  --content_max_width: 1200px;
  --document_max_width: 1440px;
}





/* *** */
