/**
 * Theme
 */
@import "https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800&display=swap&subset=hebrew";
/* line 6, scss/_colors.scss */
.darkblue {
  color: #150f3f;
}
/* line 8, scss/_colors.scss */
.darkblue * {
  color: #150f3f;
}

/* line 10, scss/_colors.scss */
.darkblue-bg {
  background-color: #150f3f;
}

/* line 12, scss/_colors.scss */
.lightblue {
  color: #6cfbfd;
}
/* line 14, scss/_colors.scss */
.lightblue * {
  color: #6cfbfd;
}

/* line 16, scss/_colors.scss */
.lightblue-bg {
  background-color: #6cfbfd;
}

/* line 18, scss/_colors.scss */
.pink {
  color: #d202fa;
}
/* line 20, scss/_colors.scss */
.pink * {
  color: #d202fa;
}

/* line 22, scss/_colors.scss */
.pink-bg {
  background-color: #d202fa;
}

/* line 1, scss/_reset.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 13, scss/_reset.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 22, scss/_reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 35, scss/_reset.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 46, scss/_reset.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  text-align: left;
  direction: ltr;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 60, scss/_reset.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 69, scss/_reset.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 79, scss/_reset.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 89, scss/_reset.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 100, scss/_reset.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 109, scss/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 117, scss/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 121, scss/_reset.scss */
sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 132, scss/_reset.scss */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 144, scss/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 160, scss/_reset.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 170, scss/_reset.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 179, scss/_reset.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 190, scss/_reset.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 202, scss/_reset.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 213, scss/_reset.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
/* line 224, scss/_reset.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 237, scss/_reset.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 245, scss/_reset.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 254, scss/_reset.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 264, scss/_reset.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 274, scss/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 283, scss/_reset.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 292, scss/_reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 304, scss/_reset.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 312, scss/_reset.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 323, scss/_reset.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 331, scss/_reset.scss */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 338, scss/_reset.scss */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 352, scss/_reset.scss */
html h1, body h1 {
  font-size: 48px;
}
/* line 353, scss/_reset.scss */
html h2, body h2 {
  font-size: 42px;
}
/* line 354, scss/_reset.scss */
html h3, body h3 {
  font-size: 36px;
}

/* line 357, scss/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/* line 361, scss/_reset.scss */
p {
  margin-bottom: 1.5em;
}

/* line 365, scss/_reset.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 369, scss/_reset.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 373, scss/_reset.scss */
address {
  margin: 0 0 1.5em;
}

/* line 377, scss/_reset.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 389, scss/_reset.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 395, scss/_reset.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 400, scss/_reset.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 405, scss/_reset.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 412, scss/_reset.scss */
html {
  box-sizing: border-box;
}

/* line 416, scss/_reset.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* line 423, scss/_reset.scss */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

/* line 428, scss/_reset.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 435, scss/_reset.scss */
ul, ol {
  margin: 0 0 1.5em 3em;
}

/* line 439, scss/_reset.scss */
ul {
  list-style: disc;
}

/* line 443, scss/_reset.scss */
ol {
  list-style: decimal;
}

/* line 447, scss/_reset.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 453, scss/_reset.scss */
dt {
  font-weight: bold;
}

/* line 457, scss/_reset.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 461, scss/_reset.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 468, scss/_reset.scss */
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/* line 473, scss/_reset.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 481, scss/_reset.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

/* line 496, scss/_reset.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

/* line 503, scss/_reset.scss */
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

/* line 513, scss/_reset.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3px;
}

/* line 536, scss/_reset.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

/* line 555, scss/_reset.scss */
select {
  border: 1px solid #ccc;
}

/* line 559, scss/_reset.scss */
textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 569, scss/_reset.scss */
a {
  color: royalblue;
}

/* line 573, scss/_reset.scss */
a:visited {
  color: purple;
}

/* line 577, scss/_reset.scss */
a:hover, a:focus, a:active {
  color: midnightblue;
}

/* line 581, scss/_reset.scss */
a:focus {
  outline: thin dotted;
}

/* line 585, scss/_reset.scss */
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 592, scss/_reset.scss */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

/* line 599, scss/_reset.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* line 606, scss/_reset.scss */
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

/* line 615, scss/_reset.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

/* line 620, scss/_reset.scss */
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

/* line 625, scss/_reset.scss */
.main-navigation ul ul a {
  width: 200px;
}

/* line 629, scss/_reset.scss */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

/* line 634, scss/_reset.scss */
.main-navigation li {
  float: left;
  position: relative;
}

/* line 639, scss/_reset.scss */
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
/* line 645, scss/_reset.scss */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  /* line 651, scss/_reset.scss */
  .menu-toggle {
    display: none;
  }

  /* line 654, scss/_reset.scss */
  .main-navigation ul {
    display: block;
  }
}
/* line 659, scss/_reset.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

/* line 666, scss/_reset.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

/* line 673, scss/_reset.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 685, scss/_reset.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

/* line 698, scss/_reset.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
/* line 721, scss/_reset.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 728, scss/_reset.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 734, scss/_reset.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 740, scss/_reset.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 750, scss/_reset.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

/* line 767, scss/_reset.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 779, scss/_reset.scss */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

/* line 784, scss/_reset.scss */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 794, scss/_reset.scss */
.sticky {
  display: block;
}

/* line 798, scss/_reset.scss */
.post,
.page {
  margin: 0 0 1.5em;
}

/* line 803, scss/_reset.scss */
.updated:not(.published) {
  display: none;
}

/* line 807, scss/_reset.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

/* line 813, scss/_reset.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 821, scss/_reset.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 825, scss/_reset.scss */
.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 833, scss/_reset.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 840, scss/_reset.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 847, scss/_reset.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/* line 857, scss/_reset.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
/* line 864, scss/_reset.scss */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 871, scss/_reset.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

/* line 876, scss/_reset.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 882, scss/_reset.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 886, scss/_reset.scss */
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 893, scss/_reset.scss */
.gallery {
  margin-bottom: 1.5em;
}

/* line 897, scss/_reset.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

/* line 904, scss/_reset.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

/* line 908, scss/_reset.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

/* line 912, scss/_reset.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

/* line 916, scss/_reset.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

/* line 920, scss/_reset.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

/* line 924, scss/_reset.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

/* line 928, scss/_reset.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

/* line 932, scss/_reset.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 936, scss/_reset.scss */
.gallery-caption {
  display: block;
}

/* line 940, scss/_reset.scss */
.vc_column-inner {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 944, scss/_reset.scss */
.vc_row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 948, scss/_reset.scss */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 15px !important;
}

/**
 * Placeholders
 */
/* line 957, scss/_reset.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #150f3f;
}

/* line 960, scss/_reset.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #150f3f;
}

/* line 963, scss/_reset.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  color: #150f3f;
}

/* line 966, scss/_reset.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #150f3f;
}

/* line 3, scss/_general.scss */
html, body {
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  background-color: #150f3f;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 13, scss/_general.scss */
html *, body * {
  font-family: 'Assistant', sans-serif;
}

/* line 16, scss/_general.scss */
#page {
  width: 1924px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 17, scss/_general.scss */
.container {
  width: 1432px;
  max-width: 100%;
  margin: 0 auto !important;
}

/* line 19, scss/_general.scss */
.site-header {
  position: fixed;
  width: 100%;
  top: 60px;
  right: 0;
  background: transparent;
  z-index: 9;
}
/* line 27, scss/_general.scss */
.site-header .site-branding {
  float: right;
}
/* line 30, scss/_general.scss */
.site-header .site-branding img {
  position: relative;
  height: 191px;
  top: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
}
/* line 39, scss/_general.scss */
.site-header.min {
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
/* line 44, scss/_general.scss */
.site-header.min .site-branding a {
  position: relative;
  float: right;
}
/* line 48, scss/_general.scss */
.site-header.min .site-branding a img {
  height: 60px;
  top: 5px;
}
/* line 57, scss/_general.scss */
.site-header.min .menu li a {
  line-height: 3;
}
/* line 62, scss/_general.scss */
.site-header .menu {
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 67, scss/_general.scss */
.site-header .menu li {
  display: inline-block;
  margin-right: 40px;
  list-style: none;
}
/* line 72, scss/_general.scss */
.site-header .menu li a {
  text-decoration: none;
  color: #fff;
}
/* line 77, scss/_general.scss */
.site-header .menu li .menu-bottom-border {
  display: block;
  width: 1px;
  height: 5px;
  margin-top: 4px;
  transition: all .3s;
  -webkit-transition: all .3s;
}
/* line 87, scss/_general.scss */
.site-header .menu li.current-menu-item .menu-bottom-border {
  width: 100%;
  background: #d202fa;
  background: -moz-linear-gradient(left, #d202fa 0%, #4e92ff 100%);
  background: -webkit-linear-gradient(left, #d202fa 0%, #4e92ff 100%);
  background: linear-gradient(to right, #d202fa 0%, #4e92ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d202fa', endColorstr='#4e92ff',GradientType=1 );
}
/* line 94, scss/_general.scss */
.site-header .menu li:hover .menu-bottom-border {
  width: 100%;
  background: #d202fa;
  background: -moz-linear-gradient(left, #d202fa 0%, #4e92ff 100%);
  background: -webkit-linear-gradient(left, #d202fa 0%, #4e92ff 100%);
  background: linear-gradient(to right, #d202fa 0%, #4e92ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d202fa', endColorstr='#4e92ff',GradientType=1 );
}

/* line 106, scss/_general.scss */
.home .vc_column_container > .vc_column-inner h2 {
  color: #6cfbfd;
}
/* line 107, scss/_general.scss */
.home .vc_column_container > .vc_column-inner p, .home .vc_column_container > .vc_column-inner span {
  color: #fff;
}
/* line 109, scss/_general.scss */
.home .vc_column_container > .vc_column-inner .wpb_content_element {
  position: relative;
}
/* line 112, scss/_general.scss */
.home .vc_column_container > .vc_column-inner .wpb_content_element .wpb_wrapper {
  position: absolute;
  transform: translateY(50%);
}
/* line 123, scss/_general.scss */
.home .last .vc_column_container > .vc_column-inner .wpb_content_element {
  position: static;
}
/* line 126, scss/_general.scss */
.home .last .vc_column_container > .vc_column-inner .wpb_content_element .wpb_wrapper {
  position: static;
  margin-top: 300px;
  transform: none;
}
/* line 131, scss/_general.scss */
.home .last .vc_column_container > .vc_column-inner .wpb_content_element .wpb_wrapper a {
  text-decoration: none !important;
  color: #fff !important;
}

/* line 142, scss/_general.scss */
.files-table {
  display: block;
  width: 100%;
}
/* line 146, scss/_general.scss */
.files-table .row {
  display: block;
  float: right;
  width: 100%;
  line-height: 3;
}
/* line 152, scss/_general.scss */
.files-table .row .title {
  position: relative;
  float: right;
  width: 70%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
/* line 160, scss/_general.scss */
.files-table .row .title a, .files-table .row .title a:active, .files-table .row .title a:visited {
  text-decoration: none;
  color: #fff;
}
/* line 165, scss/_general.scss */
.files-table .row .title .after {
  display: block;
  position: absolute;
  height: 1px;
  top: 50%;
  left: 5px;
  background: #6cfbfd;
}
/* line 174, scss/_general.scss */
.files-table .row .title i {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
/* line 181, scss/_general.scss */
.files-table .row .buttons {
  float: left;
  width: 30%;
}
/* line 185, scss/_general.scss */
.files-table .row .buttons a {
  padding: 0 10px 0 15px;
  text-decoration: none;
  color: #fff !important;
}
/* line 189, scss/_general.scss */
.files-table .row .buttons a:hover {
  text-decoration: underline;
}
/* line 190, scss/_general.scss */
.files-table .row .buttons a.download {
  border-left: 1px solid #6cfbfd;
}

/* line 196, scss/_general.scss */
span.star {
  position: relative;
  top: 10px;
  right: 2px;
  font-size: 30px;
}

/* line 203, scss/_general.scss */
footer {
  position: relative;
}
/* line 206, scss/_general.scss */
footer .container {
  position: absolute;
  width: 100%;
  height: 100px;
  right: 0;
  bottom: 0;
  font-size: 16px;
  text-align: center;
}
/* line 214, scss/_general.scss */
footer .container .copyright {
  color: #fff;
}

/* line 1, scss/_responsive.scss */
.hide-on-desktop {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 4, scss/_responsive.scss */
  .hide-on-mobile,
  .site-branding {
    display: none;
  }

  /* line 7, scss/_responsive.scss */
  .heigh-placeholder {
    display: block;
    width: 100%;
  }

  /* line 12, scss/_responsive.scss */
  h2, h2 * {
    font-size: 36px !important;
    line-height: 1;
  }

  /* line 17, scss/_responsive.scss */
  * {
    text-align: center;
  }

  /* line 20, scss/_responsive.scss */
  .files-table .row {
    float: right;
    margin-bottom: 30px;
    line-height: 1.3;
  }
  /* line 25, scss/_responsive.scss */
  .files-table .row .title {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  /* line 30, scss/_responsive.scss */
  .files-table .row .title:after {
    display: none;
  }
  /* line 33, scss/_responsive.scss */
  .files-table .row .buttons {
    display: block;
    width: 100%;
    text-align: center;
  }

  /* line 41, scss/_responsive.scss */
  .hamburger-menu {
    display: block !important;
    position: fixed;
    top: 13px;
    right: 5px;
    padding: 0 5px;
    z-index: 1000;
  }
  /* line 51, scss/_responsive.scss */
  .hamburger-menu .hamburger.is-active .line {
    background-color: #fff;
  }
  /* line 55, scss/_responsive.scss */
  .hamburger-menu .hamburger .line {
    width: 35px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  /* line 66, scss/_responsive.scss */
  .hamburger-menu .hamburger:hover {
    cursor: pointer;
  }
  /* line 70, scss/_responsive.scss */
  .hamburger-menu #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
  }
  /* line 74, scss/_responsive.scss */
  .hamburger-menu #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  /* line 81, scss/_responsive.scss */
  .hamburger-menu #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
  }

  /* line 89, scss/_responsive.scss */
  .container {
    max-width: 92%;
    margin: 0 auto !important;
  }

  /* line 95, scss/_responsive.scss */
  header .main-navigation {
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 99;
    clear: none;
  }
  /* line 104, scss/_responsive.scss */
  header .main-navigation .main-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 98;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
  }
  /* line 114, scss/_responsive.scss */
  header .main-navigation .main-menu.is-active {
    left: 0;
  }
  /* line 116, scss/_responsive.scss */
  header .main-navigation .main-menu ul.menu {
    display: block !important;
    margin-top: 65px;
  }
  /* line 120, scss/_responsive.scss */
  header .main-navigation .main-menu ul.menu li {
    width: 100%;
    margin-right: 0;
    line-height: 2.5;
  }

  /* line 130, scss/_responsive.scss */
  .hide-on-desktop {
    display: block;
  }

  /* line 136, scss/_responsive.scss */
  .home .vc_column_container > .vc_column-inner .wpb_content_element .wpb_wrapper {
    position: static;
    transform: none;
    -webkit-transform: none;
  }
}
